Searched refs:nullKeyValueEntry (Results 1 – 2 of 2) sorted by relevance
48 private Entry<K, V> nullKeyValueEntry; field in MapPutTester55 nullKeyValueEntry = entry(null, null); in setUp()231 assertNull("put(null, null) should return null", put(nullKeyValueEntry)); in testPut_nullKeyAndValueSupported()232 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
51 private Entry<K, V> nullKeyValueEntry; field in MapPutTester58 nullKeyValueEntry = entry(null, null); in setUp()234 assertNull("put(null, null) should return null", put(nullKeyValueEntry)); in testPut_nullKeyAndValueSupported()235 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()