Home
last modified time | relevance | path

Searched refs:nullValueEntry (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java47 private Entry<K, V> nullValueEntry; field in MapPutTester
54 nullValueEntry = entry(samples.e3.getKey(), null); in setUp()
170 assertNull("put(key, null) should return null", put(nullValueEntry)); in testPut_nullValueSupported()
171 expectAdded(nullValueEntry); in testPut_nullValueSupported()
177 put(nullValueEntry); in testPut_nullValueUnsupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java50 private Entry<K, V> nullValueEntry; field in MapPutTester
57 nullValueEntry = entry(samples.e3.getKey(), null); in setUp()
173 assertNull("put(key, null) should return null", put(nullValueEntry)); in testPut_nullValueSupported()
174 expectAdded(nullValueEntry); in testPut_nullValueSupported()
180 put(nullValueEntry); in testPut_nullValueUnsupported()