Moodle  2.2.1
http://www.collinsharper.com
FailedExpectation Class Reference
Inheritance diagram for FailedExpectation:
Collaboration diagram for FailedExpectation:

Public Member Functions

 test ($compare)
 testMessage ($compare)

Detailed Description

Definition at line 135 of file expectation.php.


Member Function Documentation

test ( compare)

Tests the expectation. Always false.

Parameters:
mixed$compareIgnored.
Returns:
boolean True. public

Reimplemented from SimpleExpectation.

Definition at line 143 of file expectation.php.

testMessage ( compare)

Returns a human readable test message.

Parameters:
mixed$compareComparison value.
Returns:
string Description of failure. public

Reimplemented from SimpleExpectation.

Definition at line 153 of file expectation.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations