Class TestDoxReporter

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.

Located in /extensions/testdox.php (line 3)

SimpleScorer
   |
   --SimpleReporter
      |
      --TestDoxReporter
Variable Summary
Method Summary
 TestDoxReporter TestDoxReporter ([ $test_case_pattern = '/^TestOf(.*)$/'])
 void paintCaseEnd ()
 void paintCaseStart ( $test_name)
 void paintFail ()
 void paintMethodEnd ()
 void paintMethodStart ( $test_name)
Variables
Methods
Constructor TestDoxReporter (line 7)
TestDoxReporter TestDoxReporter ([ $test_case_pattern = '/^TestOf(.*)$/'])
  • $test_case_pattern
paintCaseEnd (line 21)
void paintCaseEnd ()

Redefinition of:
SimpleReporter::paintCaseEnd()
Paints the end of a test case. Will paint the page footer if the stack of tests has unwound.
paintCaseStart (line 12)
void paintCaseStart ( $test_name)
  • $test_name

Redefinition of:
SimpleReporter::paintCaseStart()
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.
paintFail (line 39)
void paintFail ()

Redefinition of:
SimpleScorer::paintFail()
Increments the fail count.
paintMethodEnd (line 35)
void paintMethodEnd ()

Redefinition of:
SimpleReporter::paintMethodEnd()
Paints the end of a test method. Will paint the page footer if the stack of tests has unwound.
paintMethodStart (line 25)
void paintMethodStart ( $test_name)
  • $test_name

Redefinition of:
SimpleReporter::paintMethodStart()
Paints the start of a test method.

Inherited Methods

Inherited From SimpleReporter

 SimpleReporter::SimpleReporter()
 SimpleReporter::getDumper()
 SimpleReporter::getTestCaseCount()
 SimpleReporter::getTestCaseProgress()
 SimpleReporter::getTestList()
 SimpleReporter::inCli()
 SimpleReporter::paintCaseEnd()
 SimpleReporter::paintCaseStart()
 SimpleReporter::paintFooter()
 SimpleReporter::paintGroupEnd()
 SimpleReporter::paintGroupStart()
 SimpleReporter::paintHeader()
 SimpleReporter::paintMethodEnd()
 SimpleReporter::paintMethodStart()

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:17 -0500 by phpDocumentor 1.3.0