Searched refs:containsNullValue (Results 1 – 2 of 2) sorted by relevance
52 private List<Entry<K, V>> containsNullValue; field in MapPutAllTester57 containsNullValue = singletonList(entry(samples.e3.getKey(), null)); in setUp()158 putAll(containsNullValue); in testPutAll_nullValueSupported()159 expectAdded(containsNullValue.get(0)); in testPutAll_nullValueSupported()166 putAll(containsNullValue); in testPutAll_nullValueUnsupported()
55 private List<Entry<K, V>> containsNullValue; field in MapPutAllTester60 containsNullValue = singletonList(entry(samples.e3.getKey(), null)); in setUp()161 putAll(containsNullValue); in testPutAll_nullValueSupported()162 expectAdded(containsNullValue.get(0)); in testPutAll_nullValueSupported()169 putAll(containsNullValue); in testPutAll_nullValueUnsupported()