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

Inheritance: extends PhpBenchLoggerTest
Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method 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 method

public getLogger ( )

setUp() public method

public setUp ( )

testBenchmarkStart() public method

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

testEndSuite() public method

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

testEndSuiteErrors() public method

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

testIterationsEnd() public method

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

testIterationsEndException() public method

It should log errors.

testUseSubjectTimeUnit() public method

It should use the subject mode.