Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapRemoveTester.java42 expectMissing(samples.e0); in testRemoveKeyRemovesFromInverse()
50 expectMissing(samples.e0); in testRemoveKeyFromKeySetRemovesFromInverse()
58 expectMissing(samples.e0); in testRemoveFromValuesRemovesFromInverse()
66 expectMissing(samples.e0); in testRemoveFromInverseRemovesFromForward()
74 expectMissing(samples.e0); in testRemoveFromInverseKeySetRemovesFromForward()
82 expectMissing(samples.e0); in testRemoveFromInverseValuesRemovesFromInverse()
DMultimapRemoveAllTester.java52 expectMissing(samples.e0); in testRemoveAllPresentKey()
63 expectMissing(samples.e0); in testRemoveAllPropagatesToGet()
86 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.java58 expectMissing(samples.e0); in testRemovePresent()
70 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
81 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
DMultimapEntriesTester.java81 expectMissing(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testRemovePropagatesToMultimap()
91 expectMissing(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testRemoveAllPropagatesToMultimap()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DListAddAtIndexTester.java92 expectMissing(samples.e3); in testAddAtIndex_unsupportedNotPresent()
137 expectMissing(samples.e3); in testAddAtIndex_negative()
148 expectMissing(samples.e3); in testAddAtIndex_tooLarge()
DCollectionAddTester.java59 expectMissing(samples.e3); in testAdd_unsupportedNotPresent()
DCollectionAddAllTester.java79 expectMissing(samples.e3, samples.e4); in testAddAll_unsupportedNonePresent()
DMapPutAllTester.java89 expectMissing(samples.e3, samples.e4); in testPutAll_unsupportedNonePresent()
DMapPutTester.java112 expectMissing(samples.e3); in testPut_unsupportedNotPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListAddAtIndexTester.java95 expectMissing(samples.e3); in testAddAtIndex_unsupportedNotPresent()
140 expectMissing(samples.e3); in testAddAtIndex_negative()
151 expectMissing(samples.e3); in testAddAtIndex_tooLarge()
DCollectionRemoveTester.java53 expectMissing(samples.e0); in testRemove_present()
86 expectMissing((E) null); in testRemove_nullPresent()
111 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
DQueueRemoveTester.java56 expectMissing(samples.e0); in testRemove_size1()
64 expectMissing(samples.e0); in testRemove_sizeMany()
DQueuePollTester.java51 expectMissing(samples.e0); in testPoll_size1()
59 expectMissing(samples.e0); in testPoll_sizeMany()
DMapRemoveTester.java55 expectMissing(samples.e0); in testRemove_present()
117 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
142 expectMissing(samples.e3); in testRemove_unsupportedNotPresent()
DListAddAllAtIndexTester.java79 expectMissing(samples.e3); in testAddAllAtIndex_unsupportedSomePresent()
169 expectMissing(samples.e3); in testAddAllAtIndex_negative()
180 expectMissing(samples.e3); in testAddAllAtIndex_tooLarge()
DCollectionRemoveAllTester.java67 expectMissing(samples.e0); in testRemoveAll_allPresent()
75 expectMissing(samples.e0); in testRemoveAll_somePresent()
102 expectMissing(samples.e0); in testRemoveAll_somePresentLargeCollectionToRemove()
DCollectionRetainAllTester.java125 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_emptyPreviouslyNonEmpty()
156 expectMissing(samples.e0, samples.e1, samples.e2); in testRetainAll_disjointPreviouslyNonEmpty()
DCollectionAddTester.java62 expectMissing(samples.e3); in testAdd_unsupportedNotPresent()
DCollectionAddAllTester.java82 expectMissing(samples.e3, samples.e4); in testAddAll_unsupportedNonePresent()
DMapPutAllTester.java92 expectMissing(samples.e3, samples.e4); in testPutAll_unsupportedNonePresent()
DMapPutTester.java115 expectMissing(samples.e3); in testPut_unsupportedNotPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java161 protected void expectMissing(E... elements) { in expectMissing() method in AbstractContainerTester
DAbstractMapTester.java172 @Override protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractMapTester