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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
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.

Method Details

setUp() public method

public setUp ( )

testBenchmarkStart() public method

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

testIterationEnd() public method

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

testIterationException() public method

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

testIterationStart() public method

Test iteration start.
public testIterationStart ( )

testIterationsStart() public method

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