예제 #1
0
 public void Run(ITestElement testElement, ITestContext testContext)
 {
     if (!running && runContext != null)
     {
         running = true;
         RunAllTests(runContext);
     }
 }
예제 #2
0
 public void Run(ITestElement testElement, ITestContext testContext)
 {
     if (! running && runContext != null)
     {
         running = true;
         RunAllTests(runContext);
     }
 }