Esempio n. 1
0
 public TestRunner(IRemoteTaskServer server)
 {
     this.server = server;
     RunContext = new RunContext(server);
 }
Esempio n. 2
0
 public Executor(ITestFrameworkExecutor executor, RunContext runContext, TestEnvironment environment)
 {
     this.executor = executor;
     this.runContext = runContext;
     this.environment = environment;
 }
Esempio n. 3
0
 public Executor(ITestFrameworkExecutor executor, RunContext runContext, TestEnvironment environment)
 {
     this.executor    = executor;
     this.runContext  = runContext;
     this.environment = environment;
 }