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