/// <summary>
 /// Handle the Tests starting message
 /// </summary>
 private void runner_TestsStarting(object sender, TestsStartingEventArgs args)
 {
     WriteToTestPane(args.Message);
 }
示例#2
0
 /// <summary>
 /// Handle the Tests starting message
 /// </summary>
 private void runner_TestsStarting(object sender, TestsStartingEventArgs args)
 {
     WriteToTestPane(args.Message);
 }