public class TestArrayUnsignedShortList extends TestIntList
BaseTestList.PrimitiveBulkTestSubList| Constructor and Description |
|---|
TestArrayUnsignedShortList(String testName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ignoredTests() |
protected IntList |
makeEmptyIntList() |
static junit.framework.Test |
suite() |
void |
testArrayConstructor() |
void |
testCanonicalEmptyCollectionExists() |
void |
testCanonicalFullCollectionExists() |
void |
testCopyConstructor() |
void |
testCopyConstructorWithNull() |
void |
testEmptyListCompatibility() |
void |
testFullListCompatibility() |
void |
testIllegalArgumentExceptionWhenElementOutOfRange() |
void |
testNegativeInitialCapacityIsInvalid() |
void |
testTrimToSize() |
void |
testZeroInitialCapacityIsValid() |
getFullElements, getFullIntegers, getOtherElements, getOtherIntegers, makeEmptyList, makeFullIntList, testAddAllIntListAtIndex, testAddAndShift, testAddGet, testClearAndSize, testEqualsWithIntListAndList, testEqualsWithTwoIntLists, testExceptionOnConcurrentModification, testHashCodeSpecification, testIntListSerializeDeserializeThenCompare, testIntSubListEquals, testIsSerializable, testListIteratorOutOfBounds, testListIteratorSetAfterRemove, testListIteratorSetWithoutNext, testRemoveViaSubList, testSubListOutOfBounds, testSubListsAreNotSerializable, testToJustBigEnoughIntArray, testToLargerThanNeededIntArray, testToSmallerThanNeededIntArraybulkTestSubList, testAddAllAtIndex, testListListIteratorPreviousRemovebulkTestListIterator, failFastAll, failFastMethod, getConfirmedList, getList, isEqualsCheckable, isSetSupported, makeCollection, makeConfirmedCollection, makeConfirmedFullCollection, makeFullCollection, makeFullList, testEmptyListSerialization, testFullListSerialization, testListAddByIndex, testListAddByIndexBoundsChecking, testListAddByIndexBoundsChecking2, testListEquals, testListGetByIndex, testListGetByIndexBoundsChecking, testListGetByIndexBoundsChecking2, testListHashCode, testListIndexOf, testListIteratorAdd, testListIteratorSet, testListLastIndexOf, testListListIterator, testListListIteratorByIndex, testListRemoveByIndex, testListRemoveByIndexBoundsChecking, testListRemoveByIndexBoundsChecking2, testListSetByIndex, testListSetByIndexBoundsChecking, testListSetByIndexBoundsChecking2, testListSubListFailFastOnAdd, testListSubListFailFastOnRemove, testUnsupportedSet, verifyareEqualElementsDistinguishable, cloneMapEntry, getFullNonNullElements, getFullNonNullStringElements, getOtherNonNullElements, getOtherNonNullStringElements, isAddSupported, isFailFastSupported, isNullSupported, isRemoveSupported, makeObject, resetEmpty, resetFull, testCollectionAdd, testCollectionAddAll, testCollectionClear, testCollectionContains, testCollectionContainsAll, testCollectionIsEmpty, testCollectionIterator, testCollectionIteratorFailFast, testCollectionIteratorRemove, testCollectionRemove, testCollectionRemoveAll, testCollectionRetainAll, testCollectionSize, testCollectionToArray, testCollectionToArray2, testCollectionToString, testSerializeDeserializeThenCompare, testUnsupportedAdd, testUnsupportedRemovegetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskcountTestCases, 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 TestArrayUnsignedShortList(String testName)
public static junit.framework.Test suite()
protected IntList makeEmptyIntList()
makeEmptyIntList in class TestIntListpublic String[] ignoredTests()
ignoredTests in class org.apache.commons.collections.BulkTestpublic void testArrayConstructor()
public void testCanonicalEmptyCollectionExists()
testCanonicalEmptyCollectionExists in class org.apache.commons.collections.AbstractTestObjectpublic void testCanonicalFullCollectionExists()
testCanonicalFullCollectionExists in class org.apache.commons.collections.AbstractTestObjectpublic void testEmptyListCompatibility()
testEmptyListCompatibility in class org.apache.commons.collections.list.AbstractTestListpublic void testFullListCompatibility()
testFullListCompatibility in class org.apache.commons.collections.list.AbstractTestListpublic void testZeroInitialCapacityIsValid()
public void testIllegalArgumentExceptionWhenElementOutOfRange()
public void testNegativeInitialCapacityIsInvalid()
public void testCopyConstructor()
public void testCopyConstructorWithNull()
public void testTrimToSize()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.