Home
last modified time | relevance | path

Searched refs:presentKeyNullValueEntry (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.java49 private Entry<K, V> presentKeyNullValueEntry; field in MapPutTester
56 presentKeyNullValueEntry = entry(samples.e0.getKey(), null); in setUp()
190 samples.e0.getValue(), put(presentKeyNullValueEntry)); in testPut_replaceWithNullValueSupported()
191 expectReplacement(presentKeyNullValueEntry); in testPut_replaceWithNullValueSupported()
198 put(presentKeyNullValueEntry); in testPut_replaceWithNullValueUnsupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java52 private Entry<K, V> presentKeyNullValueEntry; field in MapPutTester
59 presentKeyNullValueEntry = entry(samples.e0.getKey(), null); in setUp()
193 samples.e0.getValue(), put(presentKeyNullValueEntry)); in testPut_replaceWithNullValueSupported()
194 expectReplacement(presentKeyNullValueEntry); in testPut_replaceWithNullValueSupported()
201 put(presentKeyNullValueEntry); in testPut_replaceWithNullValueUnsupported()