Searched refs:containsNullKey (Results 1 – 2 of 2) sorted by relevance
51 private List<Entry<K, V>> containsNullKey; field in MapPutAllTester56 containsNullKey = singletonList(entry(null, samples.e3.getValue())); in setUp()137 putAll(containsNullKey); in testPutAll_nullKeySupported()138 expectAdded(containsNullKey.get(0)); in testPutAll_nullKeySupported()145 putAll(containsNullKey); in testPutAll_nullKeyUnsupported()
54 private List<Entry<K, V>> containsNullKey; field in MapPutAllTester59 containsNullKey = singletonList(entry(null, samples.e3.getValue())); in setUp()140 putAll(containsNullKey); in testPutAll_nullKeySupported()141 expectAdded(containsNullKey.get(0)); in testPutAll_nullKeySupported()148 putAll(containsNullKey); in testPutAll_nullKeyUnsupported()