Searched refs:createArrayWithNullValue (Results 1 – 8 of 8) sorted by relevance
64 protected Map.Entry<K, V>[] createArrayWithNullValue() { in createArrayWithNullValue() method in AbstractMultimapTester104 resetContainer(getSubjectGenerator().create(createArrayWithNullValue())); in initMultimapWithNullValue()
72 expectContents(createArrayWithNullValue()); in testPutDuplicateValue_null()
74 .addEqualityGroup(withNull, getSubjectGenerator().create(createArrayWithNullValue())) in testEqualsMultimapWithNullValue()
107 protected Map.Entry<K, V>[] createArrayWithNullValue() { in createArrayWithNullValue() method in AbstractMapTester120 resetMap(createArrayWithNullValue()); in initMapWithNullValue()
213 expectContents(createArrayWithNullValue()); in testPut_replaceNullValueWithNullSupported()224 Entry<K, V>[] expected = createArrayWithNullValue(); in testPut_replaceNullValueWithNonNullSupported()
65 expectContents(createArrayWithNullValue()); in testCreateWithNullValueSupported()
216 expectContents(createArrayWithNullValue()); in testPut_replaceNullValueWithNullSupported()227 Entry<K, V>[] expected = createArrayWithNullValue(); in testPut_replaceNullValueWithNonNullSupported()
68 expectContents(createArrayWithNullValue()); in testCreateWithNullValueSupported()