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