Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java106 protected Map.Entry<K, V>[] createArrayWithNullValue() { in createArrayWithNullValue() method in AbstractMapTester
119 resetMap(createArrayWithNullValue()); in initMapWithNullValue()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutTester.java171 expectContents(createArrayWithNullValue()); in testPut_replaceNullValueWithNullSupported()
182 Entry<K, V>[] expected = createArrayWithNullValue(); in testPut_replaceNullValueWithNonNullSupported()
DMapCreationTester.java65 expectContents(createArrayWithNullValue()); in testCreateWithNullValueSupported()