Beispiel #1
0
 private void test_Aborted(object sender, TestAbortedEventArgs args)
 {
     Debug.Print("<Event=test_Aborted,\tTest=" + args.Name + ",\tReason=" + args.Reason + ">");
 }
Beispiel #2
0
 private static void TestAborted(object sender, TestAbortedEventArgs args)
 {
     Debug.Print("<Event=TestManager.TestAborted,\tTest=" + args.Name + ",\tReason=" + args.Reason + ">");
     testComplete.Set();
 }