/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapRemoveTester.java | 43 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()
|
D | MultimapRemoveAllTester.java | 54 expectMissing(e0()); in testRemoveAllPresentKey() 65 expectMissing(e0()); in testRemoveAllPropagatesToGet() 85 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
|
D | AbstractBiMapTester.java | 61 protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractBiMapTester 62 super.expectMissing(entries); in expectMissing()
|
D | MultimapRemoveEntryTester.java | 59 expectMissing(e0()); in testRemovePresent() 71 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent() 82 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
|
D | MultimapEntriesTester.java | 79 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/ |
D | BiMapRemoveTester.java | 43 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()
|
D | MultimapRemoveAllTester.java | 54 expectMissing(e0()); in testRemoveAllPresentKey() 65 expectMissing(e0()); in testRemoveAllPropagatesToGet() 85 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
|
D | AbstractBiMapTester.java | 61 protected void expectMissing(Entry<K, V>... entries) { in expectMissing() method in AbstractBiMapTester 62 super.expectMissing(entries); in expectMissing()
|
D | MultimapRemoveEntryTester.java | 59 expectMissing(e0()); in testRemovePresent() 71 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent() 82 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
|
D | MultimapEntriesTester.java | 79 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/ |
D | ListAddAtIndexTester.java | 95 expectMissing(e3()); in testAddAtIndex_unsupportedNotPresent() 139 expectMissing(e3()); in testAddAtIndex_negative() 150 expectMissing(e3()); in testAddAtIndex_tooLarge()
|
D | CollectionRemoveTester.java | 54 expectMissing(e0()); in testRemove_present() 87 expectMissing((E) null); in testRemove_nullPresent() 111 expectMissing(e3()); in testRemove_unsupportedNotPresent()
|
D | QueueRemoveTester.java | 56 expectMissing(e0()); in testRemove_size1() 63 expectMissing(e0()); in testRemove_sizeMany()
|
D | QueuePollTester.java | 51 expectMissing(e0()); in testPoll_size1() 58 expectMissing(e0()); in testPoll_sizeMany()
|
D | MapRemoveTester.java | 54 expectMissing(e0()); in testRemove_present() 114 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent() 138 expectMissing(e3()); in testRemove_unsupportedNotPresent()
|
D | ListAddAllAtIndexTester.java | 81 expectMissing(e3()); in testAddAllAtIndex_unsupportedSomePresent() 170 expectMissing(e3()); in testAddAllAtIndex_negative() 181 expectMissing(e3()); in testAddAllAtIndex_tooLarge()
|
D | CollectionRemoveAllTester.java | 70 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/ |
D | CollectionRemoveTester.java | 54 expectMissing(e0()); in testRemove_present() 87 expectMissing((E) null); in testRemove_nullPresent() 111 expectMissing(e3()); in testRemove_unsupportedNotPresent()
|
D | ListAddAtIndexTester.java | 95 expectMissing(e3()); in testAddAtIndex_unsupportedNotPresent() 139 expectMissing(e3()); in testAddAtIndex_negative() 150 expectMissing(e3()); in testAddAtIndex_tooLarge()
|
D | QueuePollTester.java | 51 expectMissing(e0()); in testPoll_size1() 58 expectMissing(e0()); in testPoll_sizeMany()
|
D | QueueRemoveTester.java | 56 expectMissing(e0()); in testRemove_size1() 63 expectMissing(e0()); in testRemove_sizeMany()
|
D | MapRemoveTester.java | 54 expectMissing(e0()); in testRemove_present() 114 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent() 138 expectMissing(e3()); in testRemove_unsupportedNotPresent()
|
D | ListAddAllAtIndexTester.java | 81 expectMissing(e3()); in testAddAllAtIndex_unsupportedSomePresent() 170 expectMissing(e3()); in testAddAllAtIndex_negative() 181 expectMissing(e3()); in testAddAllAtIndex_tooLarge()
|
D | CollectionRemoveAllTester.java | 70 expectMissing(e0()); in testRemoveAll_allPresent() 79 expectMissing(e0()); in testRemoveAll_somePresent() 102 expectMissing(e0()); in testRemoveAll_somePresentLargeCollectionToRemove()
|
D | CollectionRetainAllTester.java | 114 expectMissing(e0(), e1(), e2()); in testRetainAll_emptyPreviouslyNonEmpty() 145 expectMissing(e0(), e1(), e2()); in testRetainAll_disjointPreviouslyNonEmpty()
|