Exemplo n.º 1
0
 public ErrorResult TestRunModel(TestWorkspace testWorkspace, SLTestCase sbTestCase)
 {
     singleTestRun = new SingleTestRun(testWorkspace, sbTestCase, this);
     singleTestRun.RunAsync();
     CreateCloseTimer();
     ShowDialog();
     return(testErrorResult);
 }
Exemplo n.º 2
0
 public void Run(SingleTestRun singleTestRun)
 {
 }