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

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

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

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

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

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

public setUp ( )

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

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

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

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

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

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

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

Test iteration start.
public testIterationStart ( )

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

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