PHP Class PhpBench\Tests\Unit\Model\SuiteTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

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

Private Methods

Method Description
createSuite ( array $benchmarks = [], array $informations = [] )

Method Details

setUp() public method

public setUp ( )

testCreateBenchmark() public method

It should add a benchmark.
public testCreateBenchmark ( )

testGetErrorStacks() public method

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

testGetIterations() public method

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

testGetSummary() public method

It should return the summary.
public testGetSummary ( )