Searched refs:testClass (Results 1 – 7 of 7) sorted by relevance
122 var $testClass; variable in PHPUnit_Skeleton238 $this->testClass =253 $this->testClass .=273 $this->testClass.=296 $this->testClass .=301 $this->testClass .=305 $this->testClass .=311 $this->testClass .=332 $this->testClass .=353 $this->testClass.= "}\n";[all …]
131 function addTestSuite($testClass) { argument132 if (class_exists($testClass)) {133 $methods = get_class_methods($testClass);134 $parentClasses = array(strtolower($testClass));135 $parentClass = $testClass;144 $this->addTest(new $testClass($method));
242 * @param mixed $testClass246 public function addTestSuite($testClass) argument248 if (is_string($testClass) && class_exists($testClass)) {249 $testClass = new ReflectionClass($testClass);252 if (!is_object($testClass)) {259 if ($testClass instanceof self) {260 $this->addTest($testClass);264 if (!$testClass->isAbstract()) {266 $method = $testClass->getMethod(280 …if (!$suiteMethod && !$testClass->isAbstract() && $testClass->isSubclassOf(PHPUnit_Framework_TestC…[all …]
63 $testClass = $this->loadSuiteClass(74 $suiteMethod = $testClass->getMethod(self::SUITE_METHODNAME);85 $test = $suiteMethod->invoke(null, $testClass->getName());98 $test = new PHPUnit_Framework_TestSuite($testClass);
24 protected $testClass = ''; variable in PHPUnit_Util_TestDox_ResultPrinter246 if ($this->testClass != $class) {247 if ($this->testClass != '') {260 $this->testClass = $class;317 $this->endClass($this->testClass);
2 var testClass = new RegExp("(^|\\s)" + className + "(\\s|$)");11 if(testClass.test(current.className)){
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...