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

Inheritance: extends PhpBenchLoggerTest
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
getLogger ( )
testBenchmarkStart ( ) It should output when the benchmark starts.
testEndSuiteErrors ( ) It should output an empty line at the end of the suite.
testIterationsEnd ( ) It should output at the end of an iteration set.
testLogError ( ) It should log exceptions as ERROR.
testUseSubjectTimeUnitAndMode ( ) It should use the subject time unit.

Method Details

getLogger() public method

public getLogger ( )

testBenchmarkStart() public method

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

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 ( )

testLogError() public method

It should log exceptions as ERROR.
public testLogError ( )

testUseSubjectTimeUnitAndMode() public method

It should use the subject mode.