PHP Class WPUnitCommandResultsPrinter, hm-dev

Inheritance: extends PHPUnit_TextUI_ResultPrinter, implements PHPUnit_Framework_TestListener
Afficher le fichier Open project: humanmade/hm-dev

Méthodes publiques

Свойство Type Description
$current_test_suite
$failed_tests
$passed_tests
$skipped_tests

Méthodes publiques

Méthode Description
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 )
printResult ( PHPUnit_Framework_TestResult $result )
startTestSuite ( PHPUnit_Framework_TestSuite $suite )

Private Methods

Méthode Description
print_failed ( $message )
print_passed ( $message )
print_skipped ( $message )

Method Details

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

printResult() public méthode

public printResult ( PHPUnit_Framework_TestResult $result )
$result PHPUnit_Framework_TestResult

startTestSuite() public méthode

public startTestSuite ( PHPUnit_Framework_TestSuite $suite )
$suite PHPUnit_Framework_TestSuite

Property Details

$current_test_suite public_oe property

public $current_test_suite

$failed_tests public_oe property

public $failed_tests

$passed_tests public_oe property

public $passed_tests

$skipped_tests public_oe property

public $skipped_tests