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