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

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

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

Метод Описание
setUp ( )
testIterationEndStats ( ) It should show statistics when an iteration is completed (and there were no rejections).
testIterationException ( ) It should show an error if the iteration has an exception.
testIterationStart ( ) It should initialize the status line.
testIterationsStart ( ) It should show information at the start of the variant.
testShowAndList ( ) It should show the benchmark name and list all of the subjects.

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

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

public setUp ( )

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

It should show statistics when an iteration is completed (and there were no rejections).

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

It should show an error if the iteration has an exception.

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

It should initialize the status line.
public testIterationStart ( )

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

It should show information at the start of the variant.
public testIterationsStart ( )

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

It should show the benchmark name and list all of the subjects.
public testShowAndList ( )