Beispiel #1
0
 public void WhenIHaveLoggedIntoTheCourseSpaceAsCSStudent()
 {
     try
     {
         GenericTestStep.StepToLoggedIntoTheCourseSpaceAsCSStudent();
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         throw new Exception(e.ToString());
     }
 }