1C-Bitrix 25.700.0
|
Открытые члены | |
addError (PHPUnit_Framework_Test $test, Exception $e, $time) | |
addFailure (PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) | |
addIncompleteTest (PHPUnit_Framework_Test $test, Exception $e, $time) | |
addSkippedTest (PHPUnit_Framework_Test $test, Exception $e, $time) | |
startTestSuite (PHPUnit_Framework_TestSuite $suite) | |
endTestSuite (PHPUnit_Framework_TestSuite $suite) | |
startTest (PHPUnit_Framework_Test $test) | |
endTest (PHPUnit_Framework_Test $test, $time) | |
write ($buffer) | |
getMessages () |
Защищенные члены | |
writeCase ($status, $time, array $trace=array(), $message='', $test=null) |
Защищенные данные | |
$currentTestSuiteName = '' | |
$currentTestName = '' | |
$currentTestPass = true | |
$messages |
См. определение в файле phpunit_test_listener_plain.php строка 3
addError | ( | PHPUnit_Framework_Test | $test, |
Exception | $e, | ||
$time ) |
An error occurred.
PHPUnit_Framework_Test | $test | |
Exception | $e | |
float | $time |
См. определение в файле phpunit_test_listener_plain.php строка 30
addFailure | ( | PHPUnit_Framework_Test | $test, |
PHPUnit_Framework_AssertionFailedError | $e, | ||
$time ) |
A failure occurred.
PHPUnit_Framework_Test | $test | |
PHPUnit_Framework_AssertionFailedError | $e | |
float | $time |
См. определение в файле phpunit_test_listener_plain.php строка 50
addIncompleteTest | ( | PHPUnit_Framework_Test | $test, |
Exception | $e, | ||
$time ) |
Incomplete test.
PHPUnit_Framework_Test | $test | |
Exception | $e | |
float | $time |
См. определение в файле phpunit_test_listener_plain.php строка 67
addSkippedTest | ( | PHPUnit_Framework_Test | $test, |
Exception | $e, | ||
$time ) |
Skipped test.
PHPUnit_Framework_Test | $test | |
Exception | $e | |
float | $time |
См. определение в файле phpunit_test_listener_plain.php строка 81
endTest | ( | PHPUnit_Framework_Test | $test, |
$time ) |
A test ended.
PHPUnit_Framework_Test | $test | |
float | $time |
См. определение в файле phpunit_test_listener_plain.php строка 139
endTestSuite | ( | PHPUnit_Framework_TestSuite | $suite | ) |
A testsuite ended.
PHPUnit_Framework_TestSuite | $suite |
См. определение в файле phpunit_test_listener_plain.php строка 110
getMessages | ( | ) |
См. определение в файле phpunit_test_listener_plain.php строка 188
startTest | ( | PHPUnit_Framework_Test | $test | ) |
A test started.
PHPUnit_Framework_Test | $test |
См. определение в файле phpunit_test_listener_plain.php строка 121
startTestSuite | ( | PHPUnit_Framework_TestSuite | $suite | ) |
A testsuite started.
PHPUnit_Framework_TestSuite | $suite |
См. определение в файле phpunit_test_listener_plain.php строка 93
write | ( | $buffer | ) |
string | $buffer |
См. определение в файле phpunit_test_listener_plain.php строка 183
string | $status | |
float | $time | |
array | $trace | |
string | $message |
См. определение в файле phpunit_test_listener_plain.php строка 157
|
protected |
См. определение в файле phpunit_test_listener_plain.php строка 13
|
protected |
См. определение в файле phpunit_test_listener_plain.php строка 19
|
protected |
См. определение в файле phpunit_test_listener_plain.php строка 8
|
protected |
См. определение в файле phpunit_test_listener_plain.php строка 21