Class FailedExpectation

Description

An expectation that never matches.

Located in /expectation.php (line 135)

SimpleExpectation
   |
   --FailedExpectation
Method Summary
 boolean test (mixed $compare)
 string testMessage (mixed $compare)
Variables
Methods
test (line 143)

Tests the expectation. Always false.

  • return: True.
  • access: public
boolean test (mixed $compare)
  • mixed $compare: Ignored.

Redefinition of:
SimpleExpectation::test()
Tests the expectation. True if correct.
testMessage (line 153)

Returns a human readable test message.

  • return: Description of failure.
  • access: public
string testMessage (mixed $compare)
  • mixed $compare: Comparison value.

Redefinition of:
SimpleExpectation::testMessage()
Returns a human readable test message.

Inherited Methods

Inherited From SimpleExpectation

 SimpleExpectation::SimpleExpectation()
 SimpleExpectation::isExpectation()
 SimpleExpectation::overlayMessage()
 SimpleExpectation::test()
 SimpleExpectation::testMessage()
 SimpleExpectation::_getDumper()

Documentation generated on Sun, 04 May 2008 09:21:35 -0500 by phpDocumentor 1.3.0