示例#1
0
 public void OnTestSuiteChanged(object sender, EventArgs e)
 {
     if (rootTest != null)
     {
         rootTest = UnitTestService.SearchTest(rootTest.FullName);
         if (rootTest == null)
         {
             buttonRun.Sensitive = false;
         }
     }
 }