|
MediaWiki
REL1_19
|

Public Member Functions | |
| __construct ($parent) | |
| end () | |
| record ($test, $result) | |
| report () | |
| reportPercentage ($success, $total) | |
| start () | |
Public Attributes | |
| $parent | |
| $term | |
Definition at line 3 of file testHelpers.inc.
| TestRecorder::__construct | ( | $ | parent | ) |
Reimplemented in DbTestPreviewer.
Definition at line 22 of file testHelpers.inc.
| TestRecorder::record | ( | $ | test, |
| $ | result | ||
| ) |
Reimplemented in DbTestRecorder, and DbTestPreviewer.
Definition at line 17 of file testHelpers.inc.
References $result.
Reimplemented in DbTestPreviewer.
Definition at line 26 of file testHelpers.inc.
References reportPercentage().

| TestRecorder::reportPercentage | ( | $ | success, |
| $ | total | ||
| ) |
Definition at line 34 of file testHelpers.inc.
References $failed, $success, $total, print, and wfPercent().
Referenced by report().


Reimplemented in DbTestRecorder, and DbTestPreviewer.
Definition at line 12 of file testHelpers.inc.
| TestRecorder::$parent |
Definition at line 4 of file testHelpers.inc.
Referenced by __construct(), and DbTestPreviewer\__construct().
| TestRecorder::$term |
Definition at line 5 of file testHelpers.inc.