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


Public Member Functions | |
| MethodExistsExpectation ($method, $message= '%s') | |
| test ($compare) | |
| testMessage ($compare) | |
Data Fields | |
| $_method | |
Definition at line 853 of file expectation.php.
| MethodExistsExpectation | ( | $ | method, |
| $ | message = '%s' |
||
| ) |
Sets the value to compare against.
| string | $method | Method to check. |
| string | $message | Customised message on failure. public |
Definition at line 863 of file expectation.php.

| test | ( | $ | compare | ) |
Tests the expectation. True if the method exists in the test object.
| string | $compare | Comparison method name. |
Reimplemented from SimpleExpectation.
Definition at line 874 of file expectation.php.
| testMessage | ( | $ | compare | ) |
Returns a human readable test message.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 885 of file expectation.php.

| $_method |
Definition at line 854 of file expectation.php.