Searched refs:createArrayWithNullElement (Results 1 – 7 of 7) sorted by relevance
55 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester62 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
41 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()49 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected()69 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
48 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
65 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
63 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
263 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()