PHP 클래스 Pinq\Tests\Integration\Traversable\Aggregates\AllTest

파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
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 )

메소드 상세

falseyValues() 공개 메소드

public falseyValues ( )

testThatAllOperatesCorrectly() 공개 메소드

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

testThatAllReturnsFalseIfThereIsAFalsyValue() 공개 메소드

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

testThatAllReturnsFalseWhenNotAllElementMatch() 공개 메소드

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

testThatAllReturnsTrueIfEmpty() 공개 메소드

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

testThatAllReturnsTrueWhenAllElementMatch() 공개 메소드

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