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


Public Member Functions | |
| IgnoreWhitespaceExpectation ($content, $message= '%s') | |
| test ($ip) | |
| normalise ($text) | |
| testMessage ($ip) | |
Data Fields | |
| $expect | |
Definition at line 82 of file simpletestlib.php.
| IgnoreWhitespaceExpectation | ( | $ | content, |
| $ | message = '%s' |
||
| ) |
| normalise | ( | $ | text | ) |
| test | ( | $ | compare | ) |
Tests the expectation. True if correct.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 90 of file simpletestlib.php.

| testMessage | ( | $ | compare | ) |
Returns a human readable test message.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 98 of file simpletestlib.php.
| $expect |
Definition at line 83 of file simpletestlib.php.