Beispiel #1
0
 public RunTestCommandsAction(SimpleTestDriver driver, ITestCommand rootTestCommand, TestExecutionOptions options, TestHarness testHarness, ITestContextManager testContextManager, IProgressMonitor progressMonitor)
 {
     this.driver             = driver;
     this.rootTestCommand    = rootTestCommand;
     this.options            = options;
     this.testHarness        = testHarness;
     this.testContextManager = testContextManager;
     this.progressMonitor    = progressMonitor;
 }
 public RunTestCommandsAction(SimpleTestDriver driver, ITestCommand rootTestCommand, TestExecutionOptions options, TestHarness testHarness, ITestContextManager testContextManager, IProgressMonitor progressMonitor)
 {
     this.driver = driver;
     this.rootTestCommand = rootTestCommand;
     this.options = options;
     this.testHarness = testHarness;
     this.testContextManager = testContextManager;
     this.progressMonitor = progressMonitor;
 }