HomeSort by relevance Sort by last modified time
    Searched refs:nullValueEntry (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
MapPutTester.java 47 private Entry<K, V> nullValueEntry;
54 nullValueEntry = entry(samples.e3.getKey(), null);
170 assertNull("put(key, null) should return null", put(nullValueEntry));
171 expectAdded(nullValueEntry);
177 put(nullValueEntry);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 50 private Entry<K, V> nullValueEntry;
57 nullValueEntry = entry(samples.e3.getKey(), null);
173 assertNull("put(key, null) should return null", put(nullValueEntry));
174 expectAdded(nullValueEntry);
180 put(nullValueEntry);

Completed in 56 milliseconds