PHP 클래스 PhpBench\Tests\Unit\Progress\Logger\TravisLoggerTest

상속: extends PhpBenchLoggerTest
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
getLogger ( )
setUp ( )
testBenchmarkStart ( ) It should output when the benchmark starts.
testEndSuite ( ) It should output an empty line at the end of the suite.
testEndSuiteErrors ( ) It should output an empty line at the end of the suite.
testIterationsEnd ( ) It should output at the end of an iteration set.
testIterationsEndException ( ) It should log errors.
testUseSubjectTimeUnit ( ) It should use the subject time unit.

메소드 상세

getLogger() 공개 메소드

public getLogger ( )

setUp() 공개 메소드

public setUp ( )

testBenchmarkStart() 공개 메소드

It should output when the benchmark starts.
public testBenchmarkStart ( )

testEndSuite() 공개 메소드

It should output an empty line at the end of the suite.
public testEndSuite ( )

testEndSuiteErrors() 공개 메소드

It should output an empty line at the end of the suite.
public testEndSuiteErrors ( )

testIterationsEnd() 공개 메소드

It should output at the end of an iteration set.
public testIterationsEnd ( )

testIterationsEndException() 공개 메소드

It should log errors.

testUseSubjectTimeUnit() 공개 메소드

It should use the subject mode.