Home
last modified time | relevance | path

Searched refs:runEntryWithNullTest (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapHashCodeTester.java54 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullKey()
61 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullValue()
64 private void runEntryWithNullTest(Entry<K, V> entryWithNull) { in runEntryWithNullTest() method in MapHashCodeTester
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DMapHashCodeTester.java54 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullKey()
61 runEntryWithNullTest(entryWithNull); in testHashCode_containingNullValue()
64 private void runEntryWithNullTest(Entry<K, V> entryWithNull) { in runEntryWithNullTest() method in MapHashCodeTester