Searched refs:containsNullValue (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapPutAllTester.java49 private List<Entry<K, V>> containsNullValue; field in class:MapPutAllTester
54 containsNullValue = singletonList(entry(samples.e3.getKey(), null));
141 putAll(containsNullValue);
142 expectAdded(containsNullValue.get(0));
149 putAll(containsNullValue);
150 fail("putAll(containsNullValue) should throw");
156 "putAll(containsNullValue)");

Completed in 49 milliseconds