PHP Class NyanCat\PHPUnit\ResultPrinter

.. -_-_-_-_,------, -_-_-_-_| /\_/\ -_-_-_-^|__( ^ .^) -_-_-_- "" ""
Author: Jeff Welch ([email protected])
Inheritance: extends PHPUnit_TextUI_ResultPrinter
Afficher le fichier Open project: whatthejeff/nyancat-phpunit-resultprinter

Méthodes publiques

Méthode Description
__construct ( $out = NULL, $verbose = FALSE, $colors = FALSE, $debug = FALSE )
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 )
startTestSuite ( PHPUnit_Framework_TestSuite $suite )

Méthodes protégées

Méthode Description
printHeader ( )
writeProgress ( $progress )

Method Details

__construct() public méthode

public __construct ( $out = NULL, $verbose = FALSE, $colors = FALSE, $debug = FALSE )

addError() public méthode

public addError ( PHPUnit_Framework_Test $test, Exception $e, $time )
$test PHPUnit_Framework_Test
$e Exception

addFailure() public méthode

public addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time )
$test PHPUnit_Framework_Test
$e PHPUnit_Framework_AssertionFailedError

addIncompleteTest() public méthode

public addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, $time )
$test PHPUnit_Framework_Test
$e Exception

addSkippedTest() public méthode

public addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, $time )
$test PHPUnit_Framework_Test
$e Exception

endTest() public méthode

public endTest ( PHPUnit_Framework_Test $test, $time )
$test PHPUnit_Framework_Test

printHeader() protected méthode

protected printHeader ( )

startTestSuite() public méthode

public startTestSuite ( PHPUnit_Framework_TestSuite $suite )
$suite PHPUnit_Framework_TestSuite

writeProgress() protected méthode

protected writeProgress ( $progress )