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

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

공개 메소드들

메소드 설명
testThatDifferenceMaintainsReferences ( Pinq\ITraversable $traversable, array $data )
testThatExceptUsesStrictEquality ( Pinq\ITraversable $traversable, array $data )
testThatExceptWithDuplicateKeysPreservesTheOriginalValues ( Pinq\ITraversable $traversable, array $data )
testThatExceptWithDuplicateValuesPreservesTheOriginalKeys ( Pinq\ITraversable $traversable, array $data )
testThatExceptWithEmptyReturnsSameAsTheOriginal ( Pinq\ITraversable $traversable, array $data )
testThatExceptWithSelfReturnsAnEmptyArray ( 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

testThatExceptUsesStrictEquality() 공개 메소드

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

testThatExceptWithDuplicateKeysPreservesTheOriginalValues() 공개 메소드

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

testThatExceptWithDuplicateValuesPreservesTheOriginalKeys() 공개 메소드

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

testThatExceptWithEmptyReturnsSameAsTheOriginal() 공개 메소드

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

testThatExceptWithSelfReturnsAnEmptyArray() 공개 메소드

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