예제 #1
0
 public void AbortCurrentTest()
 {
     if (_runner != null)
     {
         _runner.Abort();
     }
 }
예제 #2
0
 public void Abort()
 {
     TestRunner.Abort();
 }