/expectation.phpbase include file for SimpleTest
| Class | Description |
|---|---|
SimpleExpectation
|
Assertion that can display failure information. |
AnythingExpectation
|
A wildcard expectation always matches. |
FailedExpectation
|
An expectation that never matches. |
TrueExpectation
|
An expectation that passes on boolean true. |
FalseExpectation
|
An expectation that passes on boolean false. |
EqualExpectation
|
Test for equality. |
NotEqualExpectation
|
Test for inequality. |
WithinMarginExpectation
|
Test for being within a range. |
OutsideMarginExpectation
|
Test for being outside of a range. |
ReferenceExpectation
|
Test for reference. |
IdenticalExpectation
|
Test for identity. |
NotIdenticalExpectation
|
Test for non-identity. |
PatternExpectation
|
Test for a pattern using Perl regex rules. |
WantedPatternExpectation
|
|
NoPatternExpectation
|
Fail if a pattern is detected within the comparison. |
UnwantedPatternExpectation
|
|
IsAExpectation
|
Tests either type or class name if it's an object. |
NotAExpectation
|
Tests either type or class name if it's an object. |
MethodExistsExpectation
|
Tests for existance of a method in an object |
Documentation generated on Sun, 04 May 2008 09:21:33 -0500 by phpDocumentor 1.3.0