PHP Class PhpBench\Tests\CartesianIteratorTest

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

Public Methods

Method Description
provideIterate ( )
testIterate ( $parameterSets, $expected ) It should generate the cartestian product of all sets for each iteration.

Method Details

provideIterate() public method

public provideIterate ( )

testIterate() public method

It should generate the cartestian product of all sets for each iteration.
public testIterate ( $parameterSets, $expected )