Example #1
0
 public TestCaseFour(TestCaseOne testCaseOne)
 {
     this.testCaseOne = testCaseOne;
 }
Example #2
0
 public TestCaseThree(TestCaseOne testCaseOne, TestCaseTwo testCaseTwo)
 {
     this.testCaseOne = testCaseOne;
     this.testCaseTwo = testCaseTwo;
 }
Example #3
0
 public TestCaseTwo(TestCaseOne testCaseOne)
 {
     this.testCaseOne = testCaseOne;
 }