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