Can recieve test events and display them. Display is achieved by making display methods available and visiting the incoming event.
Located in /libraries/pear/simpletest/scorer.php (line 17)
Class | Description |
---|---|
![]() |
Recipient of generated test messages that can display page footers and headers. Also keeps track of the test nesting. This is the main base class on which to build the finished test (page based) displays. |
Starts the test run with no results.
Accessor for the number of untrapped errors so far.
Accessor for the number of fails so far.
Accessor for the number of passes so far.
Accessor for current status. Will be false if there have been any failures or exceptions.
Used for command line tools.
Invokes a single test method on the test case.
This call back allows the reporter to decide if it actually wants to run the test.
Signals that the next evaluation will be a dry run. That is, the structure events will be recorded, but no tests will be run.
Paints the end of a test case.
Paints the start of a test case.
Deals with PHP 4 throwing an error.
Deals with PHP 5 throwing an exception This isn't really implemented yet.
Increments the fail count.
Paints a formatted ASCII message such as a variable dump.
Paints the end of a group test.
Paints the start of a group test.
Paints a simple supplementary message.
Paints the end of a test method.
Paints the start of a test method.
Increments the pass count.
By default just ignores user generated events.
Documentation generated on Fri, 11 Feb 2005 18:13:58 +0000 by phpDocumentor 1.3.0RC3