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

Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
testThatAnyOperatesCorrectly ( Pinq\ITraversable $traversable, array $data )
testThatAnyReturnsFalseIfEmpty ( Pinq\ITraversable $traversable, array $data )
testThatAnyReturnsFalseWhenNoElementMatch ( Pinq\ITraversable $traversable, array $data )
testThatAnyReturnsTrueWhenSomeElementMatch ( Pinq\ITraversable $traversable, array $data )

Method Details

testThatAnyOperatesCorrectly() public méthode

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

testThatAnyReturnsFalseIfEmpty() public méthode

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

testThatAnyReturnsFalseWhenNoElementMatch() public méthode

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

testThatAnyReturnsTrueWhenSomeElementMatch() public méthode

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