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.
Located in /scorer.php (line 241)
SimpleScorer | --SimpleReporter
Class | Description |
---|---|
![]() |
Collects SimpleReporter messages and constructs a TreemapNode graph. |
![]() |
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. |
![]() |
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. |
![]() |
Sample minimal test displayer. Generates only failure messages and a pass count. |
![]() |
Array-based test recorder. Returns an array with timestamp, status, test name and message for each pass and failure. |
![]() |
Sample minimal test displayer. Generates only failure messages and a pass count. |
![]() |
Sample minimal test displayer. Generates only |
![]() |
Creates the XML needed for remote communication by SimpleTest. |
Inherited from SimpleScorer
SimpleScorer::$_exceptions
SimpleScorer::$_fails
SimpleScorer::$_is_dry_run
SimpleScorer::$_passes
Starts the display with no results in.
Gets the formatter for variables 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::SimpleScorer()
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 Sun, 04 May 2008 09:22:04 -0500 by phpDocumentor 1.3.0