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