Searched refs:nullValueEntry (Results 1 – 2 of 2) sorted by relevance
47 private Entry<K, V> nullValueEntry; field in MapPutTester54 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()
50 private Entry<K, V> nullValueEntry; field in MapPutTester57 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()