Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » set » [javadoc | source]
org.apache.commons.collections.set
public class: TestUnmodifiableSortedSet [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.AbstractTestSortedSet
                     org.apache.commons.collections.set.TestUnmodifiableSortedSet

All Implemented Interfaces:
    Cloneable

Extension of AbstractTestSortedSet for exercising the UnmodifiableSortedSet implementation.
Field Summary
protected  UnmodifiableSortedSet set     
protected  ArrayList array     
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 TestUnmodifiableSortedSet(String testName) 
Method from org.apache.commons.collections.set.TestUnmodifiableSortedSet Summary:
getCompatibilityVersion,   isAddSupported,   isRemoveSupported,   main,   makeEmptySet,   makeFullSet,   setupSet,   suite,   testComparator,   testUnmodifiable,   verifyUnmodifiable
Methods from org.apache.commons.collections.set.AbstractTestSortedSet:
bulkTestSortedSetHeadSet,   bulkTestSortedSetSubSet,   bulkTestSortedSetTailSet,   getConfirmedSortedSet,   getFullNonNullElements,   getOtherNonNullElements,   isNullSupported,   makeConfirmedCollection,   verify
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.TestUnmodifiableSortedSet Detail:
 public String getCompatibilityVersion() 
 public boolean isAddSupported() 
 public boolean isRemoveSupported() 
 public static  void main(String[] args) 
 public Set makeEmptySet() 
 public Set makeFullSet() 
 protected  void setupSet() 
 public static Test suite() 
 public  void testComparator() 
 public  void testUnmodifiable() 
    Verify that base set and subsets are not modifiable
 public  void verifyUnmodifiable(Set set) 
    Verifies that a set is not modifiable