Method | Description | |
---|---|---|
__construct ( string $method, integer $count, string $message = '%s' ) | Stashes the method and expected count for later reporting. | |
test ( integer $compare ) : boolean | Tests the assertion. True if correct. | |
testMessage ( integer $compare ) : string | Reports the comparison. |
public testMessage ( integer $compare ) : string | ||
$compare | integer | Measured call count. |
return | string | Message to show. |