/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. |
NoPatternExpectation
|
Fail if a pattern is detected within the comparison. |
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 |
MemberExpectation
|
Compares an object member's value even if private. |
Documentation generated on Sun, 31 Oct 2010 16:31:23 -0500 by phpDocumentor 1.4.3