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

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

Public Methods

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

Method Details

setUp() public method

public setUp ( )

testIterationEndStats() public method

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

testIterationException() public method

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

testIterationStart() public method

It should initialize the status line.
public testIterationStart ( )

testIterationsStart() public method

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

testShowAndList() public method

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