Searched refs:presentKeyNullValueEntry (Results 1 – 2 of 2) sorted by relevance
49 private Entry<K, V> presentKeyNullValueEntry; field in MapPutTester56 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()
52 private Entry<K, V> presentKeyNullValueEntry; field in MapPutTester59 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()