Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_Test (Results 1 – 25 of 29) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestListener.php19 * @param PHPUnit_Framework_Test $test
23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time);
28 * @param PHPUnit_Framework_Test $test
41 * @param PHPUnit_Framework_Test $test
45 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
50 * @param PHPUnit_Framework_Test $test
54 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time);
59 * @param PHPUnit_Framework_Test $test
63 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time);
68 * @param PHPUnit_Framework_Test $test
[all …]
DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
23 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
27 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
31 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
35 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
39 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
51 public function startTest(PHPUnit_Framework_Test $test)
55 public function endTest(PHPUnit_Framework_Test $test, $time)
DTestFailure.php22 * @var PHPUnit_Framework_Test|null
34 * @param PHPUnit_Framework_Test $failedTest
37 public function __construct(PHPUnit_Framework_Test $failedTest, $t)
124 * @return PHPUnit_Framework_Test|null
DTestResult.php214 * @param PHPUnit_Framework_Test $test
218 public function addError(PHPUnit_Framework_Test $test, $t, $time)
271 * @param PHPUnit_Framework_Test $test
275 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
298 * @param PHPUnit_Framework_Test $test
302 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
378 * @param PHPUnit_Framework_Test $test
380 public function startTest(PHPUnit_Framework_Test $test)
393 * @param PHPUnit_Framework_Test $test
396 public function endTest(PHPUnit_Framework_Test $test, $time)
[all …]
DTestSuite.php14 class PHPUnit_Framework_TestSuite implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDescribi…
205 * @param PHPUnit_Framework_Test $test
208 public function addTest(PHPUnit_Framework_Test $test, $groups = [])
425 * @return PHPUnit_Framework_Test
768 * @param PHPUnit_Framework_Test $test
771 public function runTest(PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $result)
791 * @return PHPUnit_Framework_Test
DTest.php14 interface PHPUnit_Framework_Test extends Countable interface
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DTAP.php48 * @param PHPUnit_Framework_Test $test
52 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
60 * @param PHPUnit_Framework_Test $test
64 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
72 * @param PHPUnit_Framework_Test $test
76 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
114 * @param PHPUnit_Framework_Test $test
118 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
126 * @param PHPUnit_Framework_Test $test
130 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
DJSON.php34 * @param PHPUnit_Framework_Test $test
38 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
54 * @param PHPUnit_Framework_Test $test
58 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
74 * @param PHPUnit_Framework_Test $test
78 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
94 * @param PHPUnit_Framework_Test $test
98 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
114 * @param PHPUnit_Framework_Test $test
118 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
DTeamCity.php53 * @param PHPUnit_Framework_Test $test
57 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
72 * @param PHPUnit_Framework_Test $test
76 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
91 * @param PHPUnit_Framework_Test $test
95 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
133 * @param PHPUnit_Framework_Test $test
137 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
145 * @param PHPUnit_Framework_Test $test
149 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
DJUnit.php117 * @param PHPUnit_Framework_Test $test
121 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
130 * @param PHPUnit_Framework_Test $test
134 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
147 * @param PHPUnit_Framework_Test $test
151 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
160 * @param PHPUnit_Framework_Test $test
164 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
188 * @param PHPUnit_Framework_Test $test
192 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTicketListener.php29 * @param PHPUnit_Framework_Test $test
33 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
40 * @param PHPUnit_Framework_Test $test
44 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
51 * @param PHPUnit_Framework_Test $test
55 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
62 * @param PHPUnit_Framework_Test $test
66 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
73 * @param PHPUnit_Framework_Test $test
77 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
DTestDecorator.php18 …nsions_TestDecorator extends PHPUnit_Framework_Assert implements PHPUnit_Framework_Test, PHPUnit_F…
30 * @param PHPUnit_Framework_Test $test
32 public function __construct(PHPUnit_Framework_Test $test)
82 * @return PHPUnit_Framework_Test
DRepeatedTest.php27 * @param PHPUnit_Framework_Test $test
33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php62 * @param PHPUnit_Framework_Test $test
66 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
74 * @param PHPUnit_Framework_Test $test
78 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
85 * @param PHPUnit_Framework_Test $test
89 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
97 * @param PHPUnit_Framework_Test $test
101 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
108 * @param PHPUnit_Framework_Test $test
112 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
DResultPrinter.php116 * @param PHPUnit_Framework_Test $test
120 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
133 * @param PHPUnit_Framework_Test $test
137 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
150 * @param PHPUnit_Framework_Test $test
154 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
167 * @param PHPUnit_Framework_Test $test
171 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
184 * @param PHPUnit_Framework_Test $test
188 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestListenerTest.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
28 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
33 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
38 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
43 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
48 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
61 public function startTest(PHPUnit_Framework_Test $test)
66 public function endTest(PHPUnit_Framework_Test $test, $time)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php412 * @param PHPUnit_Framework_Test $test
416 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
425 * @param PHPUnit_Framework_Test $test
429 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e…
438 * @param PHPUnit_Framework_Test $test
442 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
451 * @param PHPUnit_Framework_Test $test
455 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
464 * @param PHPUnit_Framework_Test $test
468 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
[all …]
DTestRunner.php78 * @param PHPUnit_Framework_Test|ReflectionClass $test
91 if ($test instanceof PHPUnit_Framework_Test) {
151 * @param PHPUnit_Framework_Test $suite
157 public function doRun(PHPUnit_Framework_Test $suite, array $arguments = [], $exit = true)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
DTest.php13 use PHPUnit_Framework_Test; alias
15 interface Test extends PHPUnit_Framework_Test
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DTestSuiteIterator.php22 * @var PHPUnit_Framework_Test[]
65 * @return PHPUnit_Framework_Test
DPHP.php180 * @param PHPUnit_Framework_Test $test
185 …public function runTestJob($job, PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $resul…
266 * @param PHPUnit_Framework_Test $test
271 …private function processChildResult(PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $re…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DBaseTestListenerSample.php7 public function endTest(PHPUnit_Framework_Test $test, $time)
DDoubleTestCase.php2 class DoubleTestCase implements PHPUnit_Framework_Test
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2758/
DIssue2758TestListener.php4 public function endTest(PHPUnit_Framework_Test $test, $time)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
DBaseTestRunner.php44 * @return PHPUnit_Framework_Test

12