Home
last modified time | relevance | path

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

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DAbstractCollectionTester.java55 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester
62 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractCollectionTester.java55 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester
62 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetEqualsTester.java59 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue()
60 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetEqualsTester.java59 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue()
60 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionCreationTester.java44 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()
52 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
DSetCreationTester.java44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected()
66 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
DSetAddTester.java50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DListAddTester.java66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DCollectionRemoveTester.java79 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
DCollectionIteratorTester.java79 Helpers.assertEqualIgnoringOrder(asList(createArrayWithNullElement()), iteratorElements); in testIterator_nullElement()
DCollectionRetainAllTester.java252 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionCreationTester.java44 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported()
52 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
DSetCreationTester.java44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected()
66 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
DSetAddTester.java50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DListAddTester.java66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
DCollectionRemoveTester.java79 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
DCollectionIteratorTester.java79 Helpers.assertEqualIgnoringOrder(asList(createArrayWithNullElement()), iteratorElements); in testIterator_nullElement()
DCollectionRetainAllTester.java252 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()