public void Run(ITestElement testElement, ITestContext testContext) { if (!running && runContext != null) { running = true; RunAllTests(runContext); } }
public void Run(ITestElement testElement, ITestContext testContext) { if (! running && runContext != null) { running = true; RunAllTests(runContext); } }