Home
last modified time | relevance | path

Searched refs:getSampleEntries (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapEqualsTester.java44 getMap().equals(newHashMap(getSampleEntries()))); in testEquals_otherMapWithSameEntries()
49 Map<K, V> other = newHashMap(getSampleEntries(getNumEntries() - 1)); in testEquals_otherMapWithDifferentEntries()
61 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in testEquals_containingNullKey()
72 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in testEquals_otherContainsNullKey()
85 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in testEquals_containingNullValue()
96 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in testEquals_otherContainsNullValue()
109 = getSampleEntries(getNumEntries() - 1); in testEquals_smallerMap()
116 = getSampleEntries(getNumEntries() + 1); in testEquals_largerMap()
DMapHashCodeTester.java40 for (Map.Entry<K, V> entry : getSampleEntries()) { in testHashCode()
63 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in runEntryWithNullTest()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java164 protected Collection<Map.Entry<K, V>> getSampleEntries(int howMany) { in getSampleEntries() method in AbstractMapTester
168 protected Collection<Map.Entry<K, V>> getSampleEntries() { in getSampleEntries() method in AbstractMapTester
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...