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

Show file Open project: timetoogo/pinq

Public Methods

Method Description
falseyValues ( )
testThatAllOperatesCorrectly ( Pinq\ITraversable $traversable, array $data )
testThatAllReturnsFalseIfThereIsAFalsyValue ( Pinq\ITraversable $traversable, array $data )
testThatAllReturnsFalseWhenNotAllElementMatch ( Pinq\ITraversable $traversable, array $data )
testThatAllReturnsTrueIfEmpty ( Pinq\ITraversable $traversable, array $data )
testThatAllReturnsTrueWhenAllElementMatch ( Pinq\ITraversable $traversable, array $data )

Method Details

falseyValues() public method

public falseyValues ( )

testThatAllOperatesCorrectly() public method

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

testThatAllReturnsFalseIfThereIsAFalsyValue() public method

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

testThatAllReturnsFalseWhenNotAllElementMatch() public method

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

testThatAllReturnsTrueIfEmpty() public method

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

testThatAllReturnsTrueWhenAllElementMatch() public method

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