PHP Class Pinq\Tests\Integration\Traversable\Aggregates\AggregateTest

Show file Open project: timetoogo/pinq

Public Methods

Method Description
testThatAggregateOnEmptyReturnsNull ( Pinq\ITraversable $traversable, array $data )
testThatAggregateOperatesCorrectly ( Pinq\ITraversable $traversable, array $data )
testThatAggregateOperatesCorrectlyWithStrings ( Pinq\ITraversable $traversable, array $data )

Method Details

testThatAggregateOnEmptyReturnsNull() public method

public testThatAggregateOnEmptyReturnsNull ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatAggregateOperatesCorrectly() public method

public testThatAggregateOperatesCorrectly ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatAggregateOperatesCorrectlyWithStrings() public method

public testThatAggregateOperatesCorrectlyWithStrings ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array