Home
last modified time | relevance | path

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

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapRemoveTester.java43 expectMissing(e0()); in testRemoveKeyRemovesFromInverse()
51 expectMissing(e0()); in testRemoveKeyFromKeySetRemovesFromInverse()
59 expectMissing(e0()); in testRemoveFromValuesRemovesFromInverse()
67 expectMissing(e0()); in testRemoveFromInverseRemovesFromForward()
75 expectMissing(e0()); in testRemoveFromInverseKeySetRemovesFromForward()
83 expectMissing(e0()); in testRemoveFromInverseValuesRemovesFromInverse()
DMultimapRemoveAllTester.java54 expectMissing(e0()); in testRemoveAllPresentKey()
65 expectMissing(e0()); in testRemoveAllPropagatesToGet()
85 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
DAbstractBiMapTester.java61 protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractBiMapTester
62 super.expectMissing(entries); in expectMissing()
DMultimapRemoveEntryTester.java59 expectMissing(e0()); in testRemovePresent()
71 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
82 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
DMultimapEntriesTester.java79 expectMissing(Helpers.mapEntry(k0(), v0())); in testRemovePropagatesToMultimap()
88 expectMissing(Helpers.mapEntry(k0(), v0())); in testRemoveAllPropagatesToMultimap()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapRemoveTester.java43 expectMissing(e0()); in testRemoveKeyRemovesFromInverse()
51 expectMissing(e0()); in testRemoveKeyFromKeySetRemovesFromInverse()
59 expectMissing(e0()); in testRemoveFromValuesRemovesFromInverse()
67 expectMissing(e0()); in testRemoveFromInverseRemovesFromForward()
75 expectMissing(e0()); in testRemoveFromInverseKeySetRemovesFromForward()
83 expectMissing(e0()); in testRemoveFromInverseValuesRemovesFromInverse()
DMultimapRemoveAllTester.java54 expectMissing(e0()); in testRemoveAllPresentKey()
65 expectMissing(e0()); in testRemoveAllPropagatesToGet()
85 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
DAbstractBiMapTester.java61 protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractBiMapTester
62 super.expectMissing(entries); in expectMissing()
DMultimapRemoveEntryTester.java59 expectMissing(e0()); in testRemovePresent()
71 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
82 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
DMultimapEntriesTester.java79 expectMissing(Helpers.mapEntry(k0(), v0())); in testRemovePropagatesToMultimap()
88 expectMissing(Helpers.mapEntry(k0(), v0())); in testRemoveAllPropagatesToMultimap()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DListAddAtIndexTester.java95 expectMissing(e3()); in testAddAtIndex_unsupportedNotPresent()
139 expectMissing(e3()); in testAddAtIndex_negative()
150 expectMissing(e3()); in testAddAtIndex_tooLarge()
DCollectionRemoveTester.java54 expectMissing(e0()); in testRemove_present()
87 expectMissing((E) null); in testRemove_nullPresent()
111 expectMissing(e3()); in testRemove_unsupportedNotPresent()
DQueueRemoveTester.java56 expectMissing(e0()); in testRemove_size1()
63 expectMissing(e0()); in testRemove_sizeMany()
DQueuePollTester.java51 expectMissing(e0()); in testPoll_size1()
58 expectMissing(e0()); in testPoll_sizeMany()
DMapRemoveTester.java54 expectMissing(e0()); in testRemove_present()
114 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
138 expectMissing(e3()); in testRemove_unsupportedNotPresent()
DListAddAllAtIndexTester.java81 expectMissing(e3()); in testAddAllAtIndex_unsupportedSomePresent()
170 expectMissing(e3()); in testAddAllAtIndex_negative()
181 expectMissing(e3()); in testAddAllAtIndex_tooLarge()
DCollectionRemoveAllTester.java70 expectMissing(e0()); in testRemoveAll_allPresent()
79 expectMissing(e0()); in testRemoveAll_somePresent()
102 expectMissing(e0()); in testRemoveAll_somePresentLargeCollectionToRemove()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveTester.java54 expectMissing(e0()); in testRemove_present()
87 expectMissing((E) null); in testRemove_nullPresent()
111 expectMissing(e3()); in testRemove_unsupportedNotPresent()
DListAddAtIndexTester.java95 expectMissing(e3()); in testAddAtIndex_unsupportedNotPresent()
139 expectMissing(e3()); in testAddAtIndex_negative()
150 expectMissing(e3()); in testAddAtIndex_tooLarge()
DQueuePollTester.java51 expectMissing(e0()); in testPoll_size1()
58 expectMissing(e0()); in testPoll_sizeMany()
DQueueRemoveTester.java56 expectMissing(e0()); in testRemove_size1()
63 expectMissing(e0()); in testRemove_sizeMany()
DMapRemoveTester.java54 expectMissing(e0()); in testRemove_present()
114 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
138 expectMissing(e3()); in testRemove_unsupportedNotPresent()
DListAddAllAtIndexTester.java81 expectMissing(e3()); in testAddAllAtIndex_unsupportedSomePresent()
170 expectMissing(e3()); in testAddAllAtIndex_negative()
181 expectMissing(e3()); in testAddAllAtIndex_tooLarge()
DCollectionRemoveAllTester.java70 expectMissing(e0()); in testRemoveAll_allPresent()
79 expectMissing(e0()); in testRemoveAll_somePresent()
102 expectMissing(e0()); in testRemoveAll_somePresentLargeCollectionToRemove()
DCollectionRetainAllTester.java114 expectMissing(e0(), e1(), e2()); in testRetainAll_emptyPreviouslyNonEmpty()
145 expectMissing(e0(), e1(), e2()); in testRetainAll_disjointPreviouslyNonEmpty()

12