Home
last modified time | relevance | path

Searched refs:getKeyForNullValue (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveEntryTester.java71 assertGet(getKeyForNullValue(), ImmutableList.<V>of()); in testRemoveNullKeyPresent()
79 assertTrue(multimap().remove(getKeyForNullValue(), null)); in testRemoveNullValuePresent()
81 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
82 assertGet(getKeyForNullValue(), ImmutableList.<V>of()); in testRemoveNullValuePresent()
DSetMultimapPutTester.java71 assertFalse(multimap().put(getKeyForNullValue(), null)); in testPutDuplicateValue_null()
DAbstractMultimapTester.java87 protected K getKeyForNullValue() { in getKeyForNullValue() method in AbstractMultimapTester
DMultimapEntriesTester.java67 Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testContainsEntryWithNullValuePresent()
DMultimapGetTester.java167 assertThat(multimap().get(getKeyForNullValue())) in testGetWithNullValue()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java212 getMap().put(getKeyForNullValue(), null)); in testPut_replaceNullValueWithNullSupported()
219 Entry<K, V> newEntry = entry(getKeyForNullValue(), samples.e3.getValue()); in testPut_replaceNullValueWithNonNullSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java215 getMap().put(getKeyForNullValue(), null)); in testPut_replaceNullValueWithNullSupported()
222 Entry<K, V> newEntry = entry(getKeyForNullValue(), samples.e3.getValue()); in testPut_replaceNullValueWithNonNullSupported()
DMapEntrySetTester.java99 .entrySet().contains(Helpers.mapEntry(getKeyForNullValue(), null))); in testContainsEntryWithNullValuePresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java91 protected K getKeyForNullValue() { in getKeyForNullValue() method in AbstractMapTester