Searched refs:expectMissing (Results 1 – 14 of 14) sorted by relevance
49 expectMissing(samples.e0); in testRemove_present()69 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()94 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
77 expectMissing(samples.e3); in testAddAtIndex_unsupportedNotPresent()122 expectMissing(samples.e3); in testAddAtIndex_negative()133 expectMissing(samples.e3); in testAddAtIndex_tooLarge()
50 expectMissing(samples.e0); in testRemove_present()69 expectMissing((E) null); in testRemove_nullPresent()94 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
51 expectMissing(samples.e0); in testPoll_size1()59 expectMissing(samples.e0); in testPoll_sizeMany()
56 expectMissing(samples.e0); in testRemove_size1()64 expectMissing(samples.e0); in testRemove_sizeMany()
63 expectMissing(samples.e0); in testRemoveAll_allPresent()71 expectMissing(samples.e0); in testRemoveAll_somePresent()84 expectMissing(samples.e0); in testRemoveAll_somePresentLargeCollectionToRemove()
80 expectMissing(samples.e3); in testAddAllAtIndex_unsupportedSomePresent()170 expectMissing(samples.e3); in testAddAllAtIndex_negative()181 expectMissing(samples.e3); in testAddAllAtIndex_tooLarge()
57 expectMissing(samples.e3); in testAdd_unsupportedNotPresent()
125 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_emptyPreviouslyNonEmpty()156 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_disjointPreviouslyNonEmpty()
77 expectMissing(samples.e3, samples.e4); in testAddAll_unsupportedNonePresent()
86 expectMissing(samples.e3, samples.e4); in testPutAll_unsupportedNonePresent()
70 expectMissing(samples.e3); in testPut_unsupportedNotPresent()
160 protected void expectMissing(E... elements) { in expectMissing() method in AbstractContainerTester
171 @Override protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractMapTester