SimpleScorerCan receive test events and display them. Display is achieved by making display methods available and visiting the incoming event.
Located in /scorer.php (line 21)
| Class | Description |
|---|---|
SimpleReporter
|
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. |
EclipseReporter
|
base reported class for eclipse plugin |
Starts the test run with no results.
Can wrap the invoker in preperation for running a test.
Accessor for the number of untrapped errors so far.
Accessor for current status. Will be false if there have been any failures or exceptions.
Used for command line tools.
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.
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.
Prints the message for skipping tests.
The reporter has a veto on what should be run.
Documentation generated on Sun, 04 May 2008 09:22:04 -0500 by phpDocumentor 1.3.0