Searched refs:createArrayWithNullElement (Results 1 – 11 of 11) sorted by relevance
56 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester63 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
39 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()47 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
46 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
64 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
58 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue()59 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
43 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()51 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected()69 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
80 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
263 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()