Searched refs:createDisjointCollection (Results 1 – 7 of 7) sorted by relevance
139 getList().addAll(getNumElements() / 2, createDisjointCollection())); in testAddAllAtIndex_middle()140 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle()147 getList().addAll(getNumElements(), createDisjointCollection())); in testAddAllAtIndex_end()148 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
70 collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent()77 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
80 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent()87 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
67 collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent()74 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
77 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent()84 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
239 protected MinimalCollection<E> createDisjointCollection() { in createDisjointCollection() method in AbstractContainerTester
156 createDisjointCollection() { in createDisjointCollection() method in AbstractMapTester