|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| CheckSpecifiedFieldsExpectation ($expected, $message= '%s') | |
| test ($actual) | |
| testMessage ($actual) | |
Data Fields | |
| $expect | |
Definition at line 149 of file simpletestlib.php.
| CheckSpecifiedFieldsExpectation | ( | $ | expected, |
| $ | message = '%s' |
||
| ) |
| test | ( | $ | compare | ) |
Tests the expectation. True if correct.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 161 of file simpletestlib.php.
| testMessage | ( | $ | compare | ) |
Returns a human readable test message.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 174 of file simpletestlib.php.
| $expect |
Definition at line 150 of file simpletestlib.php.