File/expectation.php

Description

base include file for SimpleTest

Classes
Class Description
Abstract class SimpleExpectation Assertion that can display failure information.
 class AnythingExpectation A wildcard expectation always matches.
 class FailedExpectation An expectation that never matches.
 class TrueExpectation An expectation that passes on boolean true.
 class FalseExpectation An expectation that passes on boolean false.
 class EqualExpectation Test for equality.
 class NotEqualExpectation Test for inequality.
 class WithinMarginExpectation Test for being within a range.
 class OutsideMarginExpectation Test for being outside of a range.
 class ReferenceExpectation Test for reference.
 class IdenticalExpectation Test for identity.
 class NotIdenticalExpectation Test for non-identity.
 class PatternExpectation Test for a pattern using Perl regex rules.
 class WantedPatternExpectation
 class NoPatternExpectation Fail if a pattern is detected within the comparison.
 class UnwantedPatternExpectation
 class IsAExpectation Tests either type or class name if it's an object.
 class NotAExpectation Tests either type or class name if it's an object.
 class MethodExistsExpectation Tests for existance of a method in an object
Includes
 require_once (dirname(__FILE__).'/dumper.php') (line 12)

include other SimpleTest class files

 require_once (dirname(__FILE__).'/compatibility.php') (line 13)

include other SimpleTest class files

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