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