Home
last modified time | relevance | path

Searched refs:createArrayWithNullElement (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractCollectionTester.java56 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester
63 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DCollectionCreationTester.java39 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()
47 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
DSetAddTester.java46 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DListAddTester.java64 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetEqualsTester.java58 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue()
59 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionCreationTester.java43 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()
51 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
DSetCreationTester.java44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected()
69 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
DSetAddTester.java50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DListAddTester.java66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DCollectionRemoveTester.java80 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
DCollectionRetainAllTester.java263 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()