PHP Class Pinq\Tests\Integration\Traversable\ExceptTest

Inheritance: extends TraversableTest
Exibir arquivo Open project: timetoogo/pinq

Public Methods

Method 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 )

Protected Methods

Method Description
_testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )

Method Details

_testReturnsNewInstanceOfSameTypeWithSameScheme() protected method

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

testThatDifferenceMaintainsReferences() public method

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

testThatExceptUsesStrictEquality() public method

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

testThatExceptWithDuplicateKeysPreservesTheOriginalValues() public method

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

testThatExceptWithDuplicateValuesPreservesTheOriginalKeys() public method

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

testThatExceptWithEmptyReturnsSameAsTheOriginal() public method

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

testThatExceptWithSelfReturnsAnEmptyArray() public method

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