Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » set » [javadoc | source]
org.apache.commons.collections.set
public class: TestListOrderedSet [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.AbstractTestObject
            org.apache.commons.collections.collection.AbstractTestCollection
               org.apache.commons.collections.set.AbstractTestSet
                  org.apache.commons.collections.set.TestListOrderedSet

All Implemented Interfaces:
    Cloneable

Extension of TestSet for exercising the ListOrderedSet implementation.
Fields inherited from org.apache.commons.collections.collection.AbstractTestCollection:
collection,  confirmed
Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestListOrderedSet(String testName) 
Method from org.apache.commons.collections.set.TestListOrderedSet Summary:
getCompatibilityVersion,   main,   makeEmptySet,   setupSet,   suite,   testDecorator,   testListAddIndexed,   testListAddRemove,   testOrdering
Methods from org.apache.commons.collections.set.AbstractTestSet:
getConfirmedSet,   getSet,   isEqualsCheckable,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   makeEmptySet,   makeFullCollection,   makeFullSet,   testSetEquals,   testSetHashCode,   verify
Methods from org.apache.commons.collections.collection.AbstractTestCollection:
areEqualElementsDistinguishable,   cloneMapEntry,   getFullElements,   getFullNonNullElements,   getFullNonNullStringElements,   getOtherElements,   getOtherNonNullElements,   getOtherNonNullStringElements,   isAddSupported,   isEqualsCheckable,   isFailFastSupported,   isNullSupported,   isRemoveSupported,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   makeFullCollection,   makeObject,   resetEmpty,   resetFull,   testCollectionAdd,   testCollectionAddAll,   testCollectionClear,   testCollectionContains,   testCollectionContainsAll,   testCollectionIsEmpty,   testCollectionIterator,   testCollectionIteratorFailFast,   testCollectionIteratorRemove,   testCollectionRemove,   testCollectionRemoveAll,   testCollectionRetainAll,   testCollectionSize,   testCollectionToArray,   testCollectionToArray2,   testCollectionToString,   testSerializeDeserializeThenCompare,   testUnsupportedAdd,   testUnsupportedRemove,   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.set.TestListOrderedSet Detail:
 public String getCompatibilityVersion() 
 public static  void main(String[] args) 
 public Set makeEmptySet() 
 protected Set setupSet() 
 public static Test suite() 
 public  void testDecorator() 
 public  void testListAddIndexed() 
 public  void testListAddRemove() 
 public  void testOrdering()