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