SimpleReporterRecipient 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.
Located in /scorer.php (line 241)
SimpleScorer | --SimpleReporter
| Class | Description |
|---|---|
WebUnitReporter
|
Sample minimal test displayer. Generates only failure messages and a pass count. |
TestDoxReporter
|
base include file for SimpleTest |
JUnitXMLReporter
|
Reporter which outputs test results in a format compatible with JUnit / Maven XML output. Can be used for integrating test suite with continuous integration servers such as Atlassian Bamboo. |
Recorder
|
Array-based test recorder. Returns an array with timestamp, status, test name and message for each pass and failure. |
TreemapRecorder
|
Collects SimpleReporter messages and constructs a TreemapNode graph. |
HtmlReporter
|
Sample minimal test displayer. Generates only failure messages and a pass count. |
TextReporter
|
Sample minimal test displayer. Generates only |
XmlReporter
|
Creates the XML needed for remote communication by SimpleTest. |
Starts the display with no results in.
Gets the formatter for privateiables and other small generic data items.
Accessor for total test size in number of test cases. Null until the first test is started.
Accessor for the number of test cases completed so far.
Accessor for internal test stack. For subclasses that need to see the whole test history for display purposes.
Paints the end of a test case. Will paint the page footer if the stack of tests has unwound.
Paints the start of a test case. Will also paint the page header and footer if this is the first test. Will stash the size if the first start.
Paints the test document footer.
Paints the end of a group test. Will paint the page footer if the stack of tests has unwound.
Paints the start of a group test. Will also paint the page header and footer if this is the first test. Will stash the size if the first start.
Paints the test document header.
Paints the end of a test method. Will paint the page footer if the stack of tests has unwound.
Paints the start of a test method.
Inherited From SimpleScorer
SimpleScorer::__construct()
SimpleScorer::createInvoker()
SimpleScorer::getExceptionCount()
SimpleScorer::getFailCount()
SimpleScorer::getPassCount()
SimpleScorer::getStatus()
SimpleScorer::makeDry()
SimpleScorer::paintCaseEnd()
SimpleScorer::paintCaseStart()
SimpleScorer::paintError()
SimpleScorer::paintException()
SimpleScorer::paintFail()
SimpleScorer::paintFormattedMessage()
SimpleScorer::paintGroupEnd()
SimpleScorer::paintGroupStart()
SimpleScorer::paintMessage()
SimpleScorer::paintMethodEnd()
SimpleScorer::paintMethodStart()
SimpleScorer::paintPass()
SimpleScorer::paintSignal()
SimpleScorer::paintSkip()
SimpleScorer::shouldInvoke()
Documentation generated on Thu, 01 Oct 2009 20:55:43 -0500 by phpDocumentor 1.4.2