Public Member Functions | |
__construct ($parent) | |
start () | |
record ($test, $result) | |
end () | |
report () | |
reportPercentage ($success, $total) | |
Public Attributes | |
$parent | |
$term |
Definition at line 1158 of file parserTests.inc.
TestRecorder::__construct | ( | $ | parent | ) |
Reimplemented in DbTestPreviewer.
Definition at line 1162 of file parserTests.inc.
References $parent.
TestRecorder::end | ( | ) |
TestRecorder::record | ( | $ | test, | |
$ | result | |||
) |
Reimplemented in DbTestPreviewer, and DbTestRecorder.
Definition at line 1172 of file parserTests.inc.
References $result.
TestRecorder::report | ( | ) |
Reimplemented in DbTestPreviewer.
Definition at line 1181 of file parserTests.inc.
References reportPercentage(), and wfDie().
TestRecorder::reportPercentage | ( | $ | success, | |
$ | total | |||
) |
Definition at line 1189 of file parserTests.inc.
References $failed, $success, $total, print, and wfPercent().
Referenced by report().
TestRecorder::start | ( | ) |
Reimplemented in DbTestPreviewer, and DbTestRecorder.
Definition at line 1167 of file parserTests.inc.
TestRecorder::$parent |
Definition at line 1159 of file parserTests.inc.
Referenced by DbTestPreviewer::__construct(), and __construct().
TestRecorder::$term |
Definition at line 1160 of file parserTests.inc.