public static class BaseTestList.PrimitiveBulkTestSubList extends BaseTestList
BaseTestList.PrimitiveBulkTestSubList| Modifier and Type | Method and Description |
|---|---|
Object[] |
getFullElements() |
Object[] |
getOtherElements() |
boolean |
isAddSupported() |
boolean |
isRemoveSupported() |
boolean |
isSetSupported() |
boolean |
isTestSerialization() |
List |
makeEmptyList() |
List |
makeFullList() |
void |
resetEmpty() |
void |
resetFull() |
void |
testListListIteratorPreviousRemove()
Override to change assertSame to assertEquals.
|
void |
verify() |
bulkTestSubList, testAddAllAtIndexbulkTestListIterator, failFastAll, failFastMethod, getConfirmedList, getList, isEqualsCheckable, makeCollection, makeConfirmedCollection, makeConfirmedFullCollection, makeFullCollection, testEmptyListCompatibility, testEmptyListSerialization, testFullListCompatibility, testFullListSerialization, testListAddByIndex, testListAddByIndexBoundsChecking, testListAddByIndexBoundsChecking2, testListEquals, testListGetByIndex, testListGetByIndexBoundsChecking, testListGetByIndexBoundsChecking2, testListHashCode, testListIndexOf, testListIteratorAdd, testListIteratorSet, testListLastIndexOf, testListListIterator, testListListIteratorByIndex, testListRemoveByIndex, testListRemoveByIndexBoundsChecking, testListRemoveByIndexBoundsChecking2, testListSetByIndex, testListSetByIndexBoundsChecking, testListSetByIndexBoundsChecking2, testListSubListFailFastOnAdd, testListSubListFailFastOnRemove, testUnsupportedSetareEqualElementsDistinguishable, cloneMapEntry, getFullNonNullElements, getFullNonNullStringElements, getOtherNonNullElements, getOtherNonNullStringElements, isFailFastSupported, isNullSupported, makeObject, testCollectionAdd, testCollectionAddAll, testCollectionClear, testCollectionContains, testCollectionContainsAll, testCollectionIsEmpty, testCollectionIterator, testCollectionIteratorFailFast, testCollectionIteratorRemove, testCollectionRemove, testCollectionRemoveAll, testCollectionRetainAll, testCollectionSize, testCollectionToArray, testCollectionToArray2, testCollectionToString, testSerializeDeserializeThenCompare, testUnsupportedAdd, testUnsupportedRemovegetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskclone, ignoredTests, makeSuite, toStringcountTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDownassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, failpublic Object[] getFullElements()
getFullElements in class org.apache.commons.collections.collection.AbstractTestCollectionpublic Object[] getOtherElements()
getOtherElements in class org.apache.commons.collections.collection.AbstractTestCollectionpublic boolean isAddSupported()
isAddSupported in class org.apache.commons.collections.collection.AbstractTestCollectionpublic boolean isSetSupported()
isSetSupported in class org.apache.commons.collections.list.AbstractTestListpublic boolean isRemoveSupported()
isRemoveSupported in class org.apache.commons.collections.collection.AbstractTestCollectionpublic List makeEmptyList()
makeEmptyList in class org.apache.commons.collections.list.AbstractTestListpublic List makeFullList()
makeFullList in class org.apache.commons.collections.list.AbstractTestListpublic void resetEmpty()
resetEmpty in class org.apache.commons.collections.collection.AbstractTestCollectionpublic void resetFull()
resetFull in class org.apache.commons.collections.collection.AbstractTestCollectionpublic void verify()
verify in class org.apache.commons.collections.list.AbstractTestListpublic boolean isTestSerialization()
isTestSerialization in class org.apache.commons.collections.AbstractTestObjectpublic void testListListIteratorPreviousRemove()
testListListIteratorPreviousRemove in class BaseTestListCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.