|
| | addError (Test $test, Throwable $t, float $time) |
| |
| | addWarning (Test $test, Warning $e, float $time) |
| |
| | addFailure (Test $test, AssertionFailedError $e, float $time) |
| |
| | addIncompleteTest (Test $test, Throwable $t, float $time) |
| |
| | addRiskyTest (Test $test, Throwable $t, float $time) |
| |
| | addSkippedTest (Test $test, Throwable $t, float $time) |
| |
| | startTestSuite (TestSuite $suite) |
| |
| | endTestSuite (TestSuite $suite) |
| |
| | startTest (Test $test) |
| |
| | endTest (Test $test, float $time) |
| |
| | endCount () |
| |
| | errorCount () |
| |
| | failureCount () |
| |
| | warningCount () |
| |
| | notImplementedCount () |
| |
| | riskyCount () |
| |
| | skippedCount () |
| |
| | startCount () |
| |
| | addError (Test $test, \Throwable $t, float $time) |
| |
| | addWarning (Test $test, Warning $e, float $time) |
| |
| | addIncompleteTest (Test $test, \Throwable $t, float $time) |
| |
| | addRiskyTest (Test $test, \Throwable $t, float $time) |
| |
| | addSkippedTest (Test $test, \Throwable $t, float $time) |
| |
◆ addError()
| MyTestListener::addError |
( |
Test |
$test, |
|
|
Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addFailure()
◆ addIncompleteTest()
| MyTestListener::addIncompleteTest |
( |
Test |
$test, |
|
|
Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addRiskyTest()
| MyTestListener::addRiskyTest |
( |
Test |
$test, |
|
|
Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addSkippedTest()
| MyTestListener::addSkippedTest |
( |
Test |
$test, |
|
|
Throwable |
$t, |
|
|
float |
$time |
|
) |
| |
◆ addWarning()
| MyTestListener::addWarning |
( |
Test |
$test, |
|
|
Warning |
$e, |
|
|
float |
$time |
|
) |
| |
◆ endCount()
| MyTestListener::endCount |
( |
| ) |
|
◆ endTest()
| MyTestListener::endTest |
( |
Test |
$test, |
|
|
float |
$time |
|
) |
| |
◆ endTestSuite()
| MyTestListener::endTestSuite |
( |
TestSuite |
$suite | ) |
|
◆ errorCount()
| MyTestListener::errorCount |
( |
| ) |
|
◆ failureCount()
| MyTestListener::failureCount |
( |
| ) |
|
◆ notImplementedCount()
| MyTestListener::notImplementedCount |
( |
| ) |
|
◆ riskyCount()
| MyTestListener::riskyCount |
( |
| ) |
|
◆ skippedCount()
| MyTestListener::skippedCount |
( |
| ) |
|
◆ startCount()
| MyTestListener::startCount |
( |
| ) |
|
◆ startTest()
| MyTestListener::startTest |
( |
Test |
$test | ) |
|
◆ startTestSuite()
| MyTestListener::startTestSuite |
( |
TestSuite |
$suite | ) |
|
◆ warningCount()
| MyTestListener::warningCount |
( |
| ) |
|
The documentation for this class was generated from the following file: