Example #1
0
 public void SetTestLab(ITestLab testLab)
 {
     _testLab = testLab;
 }
Example #2
0
 public void SetTestLab(ITestLab testLab)
 {
     _testLab = testLab;
 }
Example #3
0
 public TestWorkflow(ITestLab testLab)
 {
     Id = Guid.NewGuid();
     _testLab = testLab;
     DefaultData = new CommonData();
 }
Example #4
0
 public TestWorkflow(ITestLab testLab)
 {
     Id          = Guid.NewGuid();
     _testLab    = testLab;
     DefaultData = new CommonData();
 }