PHP Class Pinq\Tests\StreamingHTMLPrinter

Inheritance: extends PHPUnit_TextUI_ResultPrinter
Afficher le fichier Open project: timetoogo/pinq

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 )
setDebug ( $flag )
startTestSuite ( PHPUnit_Framework_TestSuite $suite )
write ( $buffer )

Méthodes protégées

Méthode Description
printDefect ( PHPUnit_Framework_TestFailure $defect, $count )
printFooter ( PHPUnit_Framework_TestResult $result )
printHeader ( )

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

printDefect() protected méthode

protected printDefect ( PHPUnit_Framework_TestFailure $defect, $count )
$defect PHPUnit_Framework_TestFailure

printFooter() protected méthode

protected printFooter ( PHPUnit_Framework_TestResult $result )
$result PHPUnit_Framework_TestResult

printHeader() protected méthode

protected printHeader ( )

setDebug() public static méthode

public static setDebug ( $flag )

startTestSuite() public méthode

public startTestSuite ( PHPUnit_Framework_TestSuite $suite )
$suite PHPUnit_Framework_TestSuite

write() public méthode

public write ( $buffer )