Searched refs:containsNullKey (Results 1 – 2 of 2) sorted by relevance
54 private List<Entry<K, V>> containsNullKey; field in MapPutAllTester60 containsNullKey = singletonList(entry(null, v3())); in setUp()139 putAll(containsNullKey); in testPutAll_nullKeySupported()140 expectAdded(containsNullKey.get(0)); in testPutAll_nullKeySupported()146 putAll(containsNullKey); in testPutAll_nullKeyUnsupported()