Searched refs:arrayAndDuplicate (Results 1 – 2 of 2) sorted by relevance
41 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate() local42 collection = getSubjectGenerator().create(arrayAndDuplicate.elements); in testRemoveAll_duplicate()43 E duplicate = arrayAndDuplicate.duplicate; in testRemoveAll_duplicate()
39 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate() local40 collection = getSubjectGenerator().create(arrayAndDuplicate.elements); in testRemove_duplicate()41 E duplicate = arrayAndDuplicate.duplicate; in testRemove_duplicate()