This abstract class describes classes that format the results of a PHPUnit testrun.
author | Michiel Rook |
---|---|
version | $Id: cbf356a8395e116cd6ecddb7f5a822d4b6edf01c $ |
package | phing.tasks.ext.phpunit.formatter |
since | 2.1.0 |
addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
endTest(\PHPUnit_Framework_Test $test, $time)
endTestRun()
endTestSuite(\PHPUnit_Framework_TestSuite $suite)
getElapsedTime()
getErrorCount()
getExtension() : string
string
the extensiongetFailureCount()
getIncompleteCount()
getPreferredOutfile()
getRunCount()
getSkippedCount()
processResult(\PHPUnit_Framework_TestResult $result)
setOutput(\Writer $out)
startTest(\PHPUnit_Framework_Test $test)
startTestRun()
startTestSuite(\PHPUnit_Framework_TestSuite $suite)
getMicrotime()
$out
$project
$errorCounts
$failureCounts
$incompleteCounts
$runCounts
$skipCounts
$timers