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

Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
testThatAggregateOnEmptyReturnsNull ( Pinq\ITraversable $traversable, array $data )
testThatAggregateOperatesCorrectly ( Pinq\ITraversable $traversable, array $data )
testThatAggregateOperatesCorrectlyWithStrings ( Pinq\ITraversable $traversable, array $data )

Method Details

testThatAggregateOnEmptyReturnsNull() public méthode

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

testThatAggregateOperatesCorrectly() public méthode

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

testThatAggregateOperatesCorrectlyWithStrings() public méthode

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