Esempio n. 1
0
 public TestRunner(TestCase testCase, TestCaseType type)
 {
     this.test_case = testCase;
     this.type      = type;
 }