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

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

Méthodes publiques

Méthode 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 méthode

public getLogger ( )

testBenchmarkStart() public méthode

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

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

testLogError() public méthode

It should log exceptions as ERROR.
public testLogError ( )

testUseSubjectTimeUnitAndMode() public méthode

It should use the subject mode.