ColorTextReporterProvides an ANSI-colored TextReporter for viewing test results.
This code is made available under the same terms as SimpleTest. It is based off of code that Jason Sweat originally published on the SimpleTest mailing list.
Located in /extensions/colortext_reporter.php (line 27)
SimpleScorer | --SimpleReporter | --TextReporter | --ColorTextReporter
Handle initialization
Capture the attempt to display the final test results and insert the ANSI-color codes in place.
Sets the terminal to an ANSI-standard $color
Inherited From TextReporter
TextReporter::__construct()
TextReporter::paintError()
TextReporter::paintException()
TextReporter::paintFail()
TextReporter::paintFooter()
TextReporter::paintFormattedMessage()
TextReporter::paintHeader()
TextReporter::paintSkip()
Inherited From SimpleReporter
SimpleReporter::__construct()
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::__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:54:26 -0500 by phpDocumentor 1.4.2