PHP 클래스 Pinq\Tests\Integration\Traversable\DifferenceTest

상속: extends TraversableTest
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
testThatDifferenceMaintainsReferences ( Pinq\ITraversable $traversable, array $data )
testThatDifferenceWithDuplicateKeysPreservesTheOriginalValues ( Pinq\ITraversable $traversable, array $data )
testThatDifferenceWithDuplicateValuesPreservesTheOriginalKeys ( Pinq\ITraversable $traversable, array $data )
testThatDifferenceWithEmptyReturnsSameAsTheOriginal ( Pinq\ITraversable $traversable, array $data )
testThatDifferenceWithSelfReturnsAnEmptyArray ( Pinq\ITraversable $traversable, array $data )

보호된 메소드들

메소드 설명
_testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )

메소드 상세

_testReturnsNewInstanceOfSameTypeWithSameScheme() 보호된 메소드

protected _testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )
$traversable Pinq\ITraversable

testThatDifferenceMaintainsReferences() 공개 메소드

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

testThatDifferenceWithDuplicateKeysPreservesTheOriginalValues() 공개 메소드

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

testThatDifferenceWithDuplicateValuesPreservesTheOriginalKeys() 공개 메소드

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

testThatDifferenceWithEmptyReturnsSameAsTheOriginal() 공개 메소드

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

testThatDifferenceWithSelfReturnsAnEmptyArray() 공개 메소드

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