예제 #1
0
 // Not part of xunit's API, but convenient to place here
 public void ClassStart(string type)
 {
     states.Push(new TaskState(taskProvider.GetClassTask(type), null, string.Empty, TaskResult.Success));
     server.TaskStarting(CurrentState.Task);
 }
 // Not part of xunit's API, but convenient to place here
 public void ClassStart(string type)
 {
     states.Push(new TaskState(taskProvider.GetClassTask(type)));
     server.TaskStarting(CurrentState.Task);
 }