Searched refs:nullKeyEntry (Results 1 – 2 of 2) sorted by relevance
46 private Entry<K, V> nullKeyEntry; field in MapPutTester53 nullKeyEntry = entry(null, samples.e3.getValue()); in setUp()139 assertNull("put(null, value) should return null", put(nullKeyEntry)); in testPut_nullKeySupportedNotPresent()140 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent()159 put(nullKeyEntry); in testPut_nullKeyUnsupported()
49 private Entry<K, V> nullKeyEntry; field in MapPutTester56 nullKeyEntry = entry(null, samples.e3.getValue()); in setUp()142 assertNull("put(null, value) should return null", put(nullKeyEntry)); in testPut_nullKeySupportedNotPresent()143 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent()162 put(nullKeyEntry); in testPut_nullKeyUnsupported()