Home
last modified time | relevance | path

Searched refs:testClass (Results 1 – 7 of 7) sorted by relevance

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php122 var $testClass; variable in PHPUnit_Skeleton
238 $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 …]
H A DTestSuite.php131 function addTestSuite($testClass) { argument
132 if (class_exists($testClass)) {
133 $methods = get_class_methods($testClass);
134 $parentClasses = array(strtolower($testClass));
135 $parentClass = $testClass;
144 $this->addTest(new $testClass($method));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php242 * @param mixed $testClass
246 public function addTestSuite($testClass) argument
248 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 …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php63 $testClass = $this->loadSuiteClass(
74 $suiteMethod = $testClass->getMethod(self::SUITE_METHODNAME);
85 $test = $suiteMethod->invoke(null, $testClass->getName());
98 $test = new PHPUnit_Framework_TestSuite($testClass);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php24 protected $testClass = ''; variable in PHPUnit_Util_TestDox_ResultPrinter
246 if ($this->testClass != $class) {
247 if ($this->testClass != '') {
260 $this->testClass = $class;
317 $this->endClass($this->testClass);
/plugin/wysiwyg/
H A Dscript.js2 var testClass = new RegExp("(^|\\s)" + className + "(\\s|$)");
11 if(testClass.test(current.className)){
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...