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


Public Member Functions | |
| NotIdenticalExpectation ($value, $message= '%s') | |
| test ($compare) | |
| testMessage ($compare) | |
Definition at line 548 of file expectation.php.
| NotIdenticalExpectation | ( | $ | value, |
| $ | message = '%s' |
||
| ) |
Sets the value to compare against.
| mixed | $value | Test value to match. |
| string | $message | Customised message on failure. public |
Definition at line 556 of file expectation.php.

| test | ( | $ | compare | ) |
Tests the expectation. True if it differs from the held value.
| mixed | $compare | Comparison value. |
Reimplemented from IdenticalExpectation.
Definition at line 567 of file expectation.php.

| testMessage | ( | $ | compare | ) |
Returns a human readable test message.
| mixed | $compare | Comparison value. |
Reimplemented from IdenticalExpectation.
Definition at line 578 of file expectation.php.
