Home
last modified time | relevance | path

Searched refs:createArrayWithNullValue (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java64 protected Map.Entry<K, V>[] createArrayWithNullValue() { in createArrayWithNullValue() method in AbstractMultimapTester
104 resetContainer(getSubjectGenerator().create(createArrayWithNullValue())); in initMultimapWithNullValue()
DSetMultimapPutTester.java72 expectContents(createArrayWithNullValue()); in testPutDuplicateValue_null()
DMultimapEqualsTester.java74 .addEqualityGroup(withNull, getSubjectGenerator().create(createArrayWithNullValue())) in testEqualsMultimapWithNullValue()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java107 protected Map.Entry<K, V>[] createArrayWithNullValue() { in createArrayWithNullValue() method in AbstractMapTester
120 resetMap(createArrayWithNullValue()); in initMapWithNullValue()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java213 expectContents(createArrayWithNullValue()); in testPut_replaceNullValueWithNullSupported()
224 Entry<K, V>[] expected = createArrayWithNullValue(); in testPut_replaceNullValueWithNonNullSupported()
DMapCreationTester.java65 expectContents(createArrayWithNullValue()); in testCreateWithNullValueSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java216 expectContents(createArrayWithNullValue()); in testPut_replaceNullValueWithNullSupported()
227 Entry<K, V>[] expected = createArrayWithNullValue(); in testPut_replaceNullValueWithNonNullSupported()
DMapCreationTester.java68 expectContents(createArrayWithNullValue()); in testCreateWithNullValueSupported()