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

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

공개 메소드들

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