PHP Class PhpBench\Tests\Unit\Progress\Logger\TravisLoggerTest

Inheritance: extends PhpBenchLoggerTest
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
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.

Method Details

getLogger() public méthode

public getLogger ( )

setUp() public méthode

public setUp ( )

testBenchmarkStart() public méthode

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

testEndSuite() public méthode

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

testEndSuiteErrors() public méthode

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

testIterationsEnd() public méthode

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

testIterationsEndException() public méthode

It should log errors.

testUseSubjectTimeUnit() public méthode

It should use the subject mode.