PHP Класс Pinq\Tests\Integration\Collection\RemoveRangeTest

Наследование: extends CollectionTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testThatInvalidValueThrowsExceptionWhenCallingRemoveRange ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeRemovesAllValuesFromCollection ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys ( Pinq\ICollection $collection, array $data )

Описание методов

testThatInvalidValueThrowsExceptionWhenCallingRemoveRange() публичный Метод

public testThatInvalidValueThrowsExceptionWhenCallingRemoveRange ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatRemoveRangeRemovesAllValuesFromCollection() публичный Метод

public testThatRemoveRangeRemovesAllValuesFromCollection ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys() публичный Метод

public testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array