Class TrueExpectation

Description

An expectation that passes on boolean true.

Located in /expectation.php (line 164)

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

Tests the expectation.

  • return: True on match.
  • access: public
boolean test (mixed $compare)
  • mixed $compare: Should be true.

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

Returns a human readable test message.

  • return: Description of success or 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:36 -0500 by phpDocumentor 1.3.0