Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
public class: TestIntListIteratorListIterator [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.AbstractTestObject
            org.apache.commons.collections.iterators.AbstractTestIterator
               org.apache.commons.collections.iterators.AbstractTestListIterator
                  org.apache.commons.collections.primitives.adapters.TestIntListIteratorListIterator

All Implemented Interfaces:
    Cloneable

Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestIntListIteratorListIterator(String testName) 
Method from org.apache.commons.collections.primitives.adapters.TestIntListIteratorListIterator Summary:
addSetValue,   getFullElements,   makeEmptyIntList,   makeEmptyListIterator,   makeFullIntList,   makeFullListIterator,   suite,   testEmptyIterator,   testNextHasNextRemove,   testRemoveAfterRemove,   testRemoveBeforeNext
Methods from org.apache.commons.collections.iterators.AbstractTestListIterator:
addSetValue,   makeEmptyIterator,   makeEmptyListIterator,   makeFullIterator,   makeFullListIterator,   supportsAdd,   supportsSet,   testAdd,   testAddThenRemove,   testAddThenSet,   testEmptyListIteratorIsIndeedEmpty,   testRemoveThenSet,   testSet,   testWalkForwardAndBack
Methods from org.apache.commons.collections.iterators.AbstractTestIterator:
makeEmptyIterator,   makeFullIterator,   makeObject,   supportsEmptyIterator,   supportsFullIterator,   supportsRemove,   testEmptyIterator,   testFullIterator,   testRemove,   verify
Methods from org.apache.commons.collections.AbstractTestObject:
getCanonicalEmptyCollectionName,   getCanonicalFullCollectionName,   getCompatibilityVersion,   isEqualsCheckable,   isTestSerialization,   makeObject,   readExternalFormFromBytes,   readExternalFormFromDisk,   skipSerializedCanonicalTests,   supportsEmptyCollections,   supportsFullCollections,   testCanonicalEmptyCollectionExists,   testCanonicalFullCollectionExists,   testEqualsNull,   testObjectEqualsSelf,   testObjectHashCodeEqualsContract,   testObjectHashCodeEqualsSelfHashCode,   testSerializeDeserializeThenCompare,   testSimpleSerialization,   writeExternalFormToBytes,   writeExternalFormToDisk
Methods from org.apache.commons.collections.BulkTest:
clone,   ignoredSimpleTests,   makeSuite,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.TestIntListIteratorListIterator Detail:
 protected Object addSetValue() 
 public int[] getFullElements() 
 protected IntList makeEmptyIntList() 
 public ListIterator makeEmptyListIterator() 
 protected IntList makeFullIntList() 
 public ListIterator makeFullListIterator() 
 public static Test suite() 
 public  void testEmptyIterator() 
 public  void testNextHasNextRemove() 
 public  void testRemoveAfterRemove() 
 public  void testRemoveBeforeNext()