Searched refs:createDisjointCollection (Results 1 – 5 of 5) sorted by relevance
140 getList().addAll(getNumElements() / 2, createDisjointCollection())); in testAddAllAtIndex_middle()141 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle()148 getList().addAll(getNumElements(), createDisjointCollection())); in testAddAllAtIndex_end()149 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
65 collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent()72 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
74 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent()81 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
232 protected MinimalCollection<E> createDisjointCollection() { in createDisjointCollection() method in AbstractContainerTester
155 createDisjointCollection() { in createDisjointCollection() method in AbstractMapTester