PHP Класс PhpBench\Tests\Unit\Progress\Logger\VerboseLoggerTest

Наследование: extends PhpBenchLoggerTest
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getLogger() публичный Метод

public getLogger ( )

testBenchmarkStart() публичный Метод

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

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

testLogError() публичный Метод

It should log exceptions as ERROR.
public testLogError ( )

testUseSubjectTimeUnitAndMode() публичный Метод

It should use the subject mode.