The standard runner. Will run every method starting with test as well as the setUp() and tearDown() before and after each test method. Basically the Mediator pattern.
Located in /libraries/pear/simpletest/simple_test.php (line 31)
Class | Description |
---|---|
![]() |
Extension that traps errors into an error queue. |
Takes in the test case and reporter to mediate between.
Invokes a test method and buffered with setUp() and tearDown() calls.
Chains to the wrapped reporter.
Chains to the wrapped reporter.
Chains to the wrapped reporter.
Chains to the wrapped reporter.
Chains to the wrapped reporter.
Paints the end of a test method.
Paints the start of a test method.
Chains to the wrapped reporter.
Chains to the wrapped reporter.
Runs the test methods in the test case.
Tests to see if the method is the constructor and so should be ignored.
Tests to see if the method is a test that should be run. Currently any method that starts with 'test' is a candidate.
Documentation generated on Fri, 11 Feb 2005 18:14:05 +0000 by phpDocumentor 1.3.0RC3