Home
last modified time | relevance | path

Searched refs:expectMissing (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapRemoveTester.java49 expectMissing(samples.e0); in testRemove_present()
69 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
94 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
DListAddAtIndexTester.java77 expectMissing(samples.e3); in testAddAtIndex_unsupportedNotPresent()
122 expectMissing(samples.e3); in testAddAtIndex_negative()
133 expectMissing(samples.e3); in testAddAtIndex_tooLarge()
DCollectionRemoveTester.java50 expectMissing(samples.e0); in testRemove_present()
69 expectMissing((E) null); in testRemove_nullPresent()
94 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
DQueuePollTester.java51 expectMissing(samples.e0); in testPoll_size1()
59 expectMissing(samples.e0); in testPoll_sizeMany()
DQueueRemoveTester.java56 expectMissing(samples.e0); in testRemove_size1()
64 expectMissing(samples.e0); in testRemove_sizeMany()
DCollectionRemoveAllTester.java63 expectMissing(samples.e0); in testRemoveAll_allPresent()
71 expectMissing(samples.e0); in testRemoveAll_somePresent()
84 expectMissing(samples.e0); in testRemoveAll_somePresentLargeCollectionToRemove()
DListAddAllAtIndexTester.java80 expectMissing(samples.e3); in testAddAllAtIndex_unsupportedSomePresent()
170 expectMissing(samples.e3); in testAddAllAtIndex_negative()
181 expectMissing(samples.e3); in testAddAllAtIndex_tooLarge()
DCollectionAddTester.java57 expectMissing(samples.e3); in testAdd_unsupportedNotPresent()
DCollectionRetainAllTester.java125 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_emptyPreviouslyNonEmpty()
156 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_disjointPreviouslyNonEmpty()
DCollectionAddAllTester.java77 expectMissing(samples.e3, samples.e4); in testAddAll_unsupportedNonePresent()
DMapPutAllTester.java86 expectMissing(samples.e3, samples.e4); in testPutAll_unsupportedNonePresent()
DMapPutTester.java70 expectMissing(samples.e3); in testPut_unsupportedNotPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java160 protected void expectMissing(E... elements) { in expectMissing() method in AbstractContainerTester
DAbstractMapTester.java171 @Override protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractMapTester