PHP 클래스 PhpBench\Tests\Unit\Progress\Logger\BlinkenLoggerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
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 ( )