Lines Matching refs:gtMethod
10 …��J�Ay��gtTestCaseWriter.php���J�ËhS�gtMethod.php���J�g�…
56 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
205 'gtMethod' => 'gtMethod.php',
833 class gtMethod extends gtTestSubject {
844 * Construct gtMethod object from the class and method names
1221 * @param gtMethod $method
1223 public function setMethod(gtMethod $method) {
1263 * @param gtMethod $method
1361 * The subject of the test, may be either a function (gtFunction) or a method (gtMethod)
1363 * @var gtMethod or gtFunction
2023 * @param gtMethod $method
2027 public function setUp(gtMethod $method, $argumentNumber, $variationData) {