Searched refs:getValueForNullKey (Results 1 – 12 of 12) sorted by relevance
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapRemoveAllTester.java | 84 assertThat(multimap().removeAll(null)).has().exactly(getValueForNullKey()).inOrder(); in testRemoveAllNullKeyPresent() 86 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveAllNullKeyPresent()
|
D | MultimapRemoveEntryTester.java | 68 assertTrue(multimap().remove(null, getValueForNullKey())); in testRemoveNullKeyPresent() 70 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
|
D | AbstractMultimapTester.java | 83 protected V getValueForNullKey() { in getValueForNullKey() method in AbstractMultimapTester
|
D | MultimapEntriesTester.java | 54 Helpers.mapEntry((K) null, getValueForNullKey())); in testContainsEntryWithNullKeyPresent()
|
D | MultimapAsMapTester.java | 70 assertThat(multimap().asMap().get(null)).has().exactly(getValueForNullKey()); in testAsMapGetNullKeyPresent()
|
D | MultimapGetTester.java | 145 assertThat(multimap().get(null)).has().item(getValueForNullKey()); in testGetNullPresent()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | MapRemoveTester.java | 114 getValueForNullKey(), getMap().remove(null)); in testRemove_nullPresent() 117 expectMissing(entry(null, getValueForNullKey())); in testRemove_nullPresent()
|
D | MapGetTester.java | 74 getValueForNullKey(), get(null)); in testGet_nullContained()
|
D | MapEntrySetTester.java | 85 .entrySet().contains(Helpers.mapEntry(null, getValueForNullKey()))); in testContainsEntryWithNullKeyPresent()
|
D | MapPutTester.java | 152 getValueForNullKey(), put(newEntry)); in testPut_nullKeySupportedPresent()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractMapTester.java | 87 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/ |
D | MapPutTester.java | 149 getValueForNullKey(), put(newEntry)); in testPut_nullKeySupportedPresent()
|