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

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

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

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

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

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

public getLogger ( )

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

public setUp ( )

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

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

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

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

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

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

It should log errors.

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

It should use the subject mode.