Пример #1
0
 public TestNode(TestCtx testCtx, Host host, ILogContainer log, string hostName)
 {
     Network      = new NwClient();
     HostName     = hostName;
     this.testCtx = testCtx;
     Host         = host;
     this.log     = log;
 }
Пример #2
0
 public TestRunner(ITest test, TestCtx ctx)
 {
     this.test = test;
     this.ctx  = ctx;
 }