Home
last modified time | relevance | path

Searched refs:getValueForNullKey (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveAllTester.java84 assertThat(multimap().removeAll(null)).has().exactly(getValueForNullKey()).inOrder(); in testRemoveAllNullKeyPresent()
86 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
DMultimapRemoveEntryTester.java68 assertTrue(multimap().remove(null, getValueForNullKey())); in testRemoveNullKeyPresent()
70 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
DAbstractMultimapTester.java83 protected V getValueForNullKey() { in getValueForNullKey() method in AbstractMultimapTester
DMultimapEntriesTester.java54 Helpers.mapEntry((K) null, getValueForNullKey())); in testContainsEntryWithNullKeyPresent()
DMultimapAsMapTester.java70 assertThat(multimap().asMap().get(null)).has().exactly(getValueForNullKey()); in testAsMapGetNullKeyPresent()
DMultimapGetTester.java145 assertThat(multimap().get(null)).has().item(getValueForNullKey()); in testGetNullPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapRemoveTester.java114 getValueForNullKey(), getMap().remove(null)); in testRemove_nullPresent()
117 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
DMapGetTester.java74 getValueForNullKey(), get(null)); in testGet_nullContained()
DMapEntrySetTester.java85 .entrySet().contains(Helpers.mapEntry(null, getValueForNullKey()))); in testContainsEntryWithNullKeyPresent()
DMapPutTester.java152 getValueForNullKey(), put(newEntry)); in testPut_nullKeySupportedPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java87 protected V getValueForNullKey() { in getValueForNullKey() method in AbstractMapTester
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java149 getValueForNullKey(), put(newEntry)); in testPut_nullKeySupportedPresent()