Searched refs:getSampleEntries (Results 1 – 3 of 3) sorted by relevance
44 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()
40 for (Map.Entry<K, V> entry : getSampleEntries()) { in testHashCode()63 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1); in runEntryWithNullTest()
164 protected Collection<Map.Entry<K, V>> getSampleEntries(int howMany) { in getSampleEntries() method in AbstractMapTester168 protected Collection<Map.Entry<K, V>> getSampleEntries() { in getSampleEntries() method in AbstractMapTester