PHP 클래스 PHPUnit_Util_Log_DBUS, qcodo

저자: Benjamin Eberlei ([email protected])
저자: Sebastian Bergmann ([email protected])
상속: implements PHPUnit_Framework_TestListener
파일 보기 프로젝트 열기: qcodo/qcodo

보호된 프로퍼티들

프로퍼티 타입 설명
$endedSuites integer
$errors integer
$failures integer
$startTime integer
$startedSuites integer
$suiteName string
$tests integer

공개 메소드들

메소드 설명
__construct ( )
addError ( PHPUnit_Framework_Test $test, Exception $e, float $time ) An error occurred.
addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, float $time ) A failure occurred.
addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, float $time ) Incomplete test.
addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, float $time ) Skipped test.
endTest ( PHPUnit_Framework_Test $test, float $time ) A test ended.
endTestSuite ( PHPUnit_Framework_TestSuite $suite ) A test suite ended.
startTest ( PHPUnit_Framework_Test $test ) A test started.
startTestSuite ( PHPUnit_Framework_TestSuite $suite ) A test suite started.

보호된 메소드들

메소드 설명
notify ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addError() 공개 메소드

An error occurred.
public addError ( PHPUnit_Framework_Test $test, Exception $e, float $time )
$test PHPUnit_Framework_Test
$e Exception
$time float

addFailure() 공개 메소드

A failure occurred.
public addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, float $time )
$test PHPUnit_Framework_Test
$e PHPUnit_Framework_AssertionFailedError
$time float

addIncompleteTest() 공개 메소드

Incomplete test.
public addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, float $time )
$test PHPUnit_Framework_Test
$e Exception
$time float

addSkippedTest() 공개 메소드

Skipped test.
public addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, float $time )
$test PHPUnit_Framework_Test
$e Exception
$time float

endTest() 공개 메소드

A test ended.
public endTest ( PHPUnit_Framework_Test $test, float $time )
$test PHPUnit_Framework_Test
$time float

endTestSuite() 공개 메소드

A test suite ended.
public endTestSuite ( PHPUnit_Framework_TestSuite $suite )
$suite PHPUnit_Framework_TestSuite

notify() 보호된 메소드

protected notify ( )

startTest() 공개 메소드

A test started.
public startTest ( PHPUnit_Framework_Test $test )
$test PHPUnit_Framework_Test

startTestSuite() 공개 메소드

A test suite started.
public startTestSuite ( PHPUnit_Framework_TestSuite $suite )
$suite PHPUnit_Framework_TestSuite

프로퍼티 상세

$endedSuites 보호되어 있는 프로퍼티

protected int $endedSuites
리턴 integer

$errors 보호되어 있는 프로퍼티

protected int $errors
리턴 integer

$failures 보호되어 있는 프로퍼티

protected int $failures
리턴 integer

$startTime 보호되어 있는 프로퍼티

protected int $startTime
리턴 integer

$startedSuites 보호되어 있는 프로퍼티

protected int $startedSuites
리턴 integer

$suiteName 보호되어 있는 프로퍼티

protected string $suiteName
리턴 string

$tests 보호되어 있는 프로퍼티

protected int $tests
리턴 integer