PHP 클래스 PhpBench\Tests\Unit\Model\SuiteTest

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

공개 메소드들

메소드 설명
setUp ( )
testCreateBenchmark ( ) It should add a benchmark.
testGetErrorStacks ( ) It should return all of the error stacks.
testGetIterations ( ) It should return all of the iterations in the suite.
testGetSummary ( ) It should return the summary.

비공개 메소드들

메소드 설명
createSuite ( array $benchmarks = [], array $informations = [] )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testCreateBenchmark() 공개 메소드

It should add a benchmark.
public testCreateBenchmark ( )

testGetErrorStacks() 공개 메소드

It should return all of the error stacks.
public testGetErrorStacks ( )

testGetIterations() 공개 메소드

It should return all of the subjects It should return all of the variants.
public testGetIterations ( )

testGetSummary() 공개 메소드

It should return the summary.
public testGetSummary ( )