Home
last modified time | relevance | path

Searched refs:nullKeyValueEntry (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java52 private Entry<K, V> nullKeyValueEntry; field in MapPutTester
60 nullKeyValueEntry = entry(null, null); in setUp()
246 assertNull("put(null, null) should return null", put(nullKeyValueEntry)); in testPut_nullKeyAndValueSupported()
247 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java52 private Entry<K, V> nullKeyValueEntry; field in MapPutTester
60 nullKeyValueEntry = entry(null, null); in setUp()
246 assertNull("put(null, null) should return null", put(nullKeyValueEntry)); in testPut_nullKeyAndValueSupported()
247 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java452 Entry<@Nullable K, @Nullable V> nullKeyValueEntry = mapEntry(null, null); in testEntrySetContainsEntryNullKeyMissing() local
454 assertFalse(entrySet.contains(nullKeyValueEntry)); in testEntrySetContainsEntryNullKeyMissing()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java452 Entry<@Nullable K, @Nullable V> nullKeyValueEntry = mapEntry(null, null); in testEntrySetContainsEntryNullKeyMissing() local
454 assertFalse(entrySet.contains(nullKeyValueEntry)); in testEntrySetContainsEntryNullKeyMissing()