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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode 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 méthode

public setUp ( )

testIterationEndStats() public méthode

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

testIterationException() public méthode

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

testIterationStart() public méthode

It should initialize the status line.
public testIterationStart ( )

testIterationsStart() public méthode

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

testShowAndList() public méthode

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