PHP Class Pinq\Tests\Integration\Traversable\ExceptTest

Inheritance: extends TraversableTest
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
_testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )

Method Details

_testReturnsNewInstanceOfSameTypeWithSameScheme() protected méthode

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

testThatDifferenceMaintainsReferences() public méthode

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

testThatExceptUsesStrictEquality() public méthode

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

testThatExceptWithDuplicateKeysPreservesTheOriginalValues() public méthode

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

testThatExceptWithDuplicateValuesPreservesTheOriginalKeys() public méthode

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

testThatExceptWithEmptyReturnsSameAsTheOriginal() public méthode

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

testThatExceptWithSelfReturnsAnEmptyArray() public méthode

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