Lines Matching refs:testCase
69 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method'); variable
70 $testCase->setMethod($method);
72 $testCase = gtBasicTestCase::getInstance($optionalSections); variable
73 $testCase->setFunction($function);
76 $testCase->constructTestCase();
77 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
82 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method'); variable
83 $testCase->setMethod($method);
85 $testCase = gtErrorTestCase::getInstance($optionalSections); variable
86 $testCase->setFunction($function);
89 $testCase->constructTestCase();
90 gtTestCaseWriter::write($name, $testCase->toString(), 'e');