Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » map » [javadoc | source]
org.apache.commons.collections.map
public class: TestTransformedSortedMap [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.AbstractTestObject
            org.apache.commons.collections.map.AbstractTestMap
               org.apache.commons.collections.map.AbstractTestSortedMap
                  org.apache.commons.collections.map.TestTransformedSortedMap

All Implemented Interfaces:
    Cloneable

Extension of AbstractTestSortedMap for exercising the TransformedSortedMap implementation.
Fields inherited from org.apache.commons.collections.map.AbstractTestMap:
map,  entrySet,  keySet,  values,  confirmed
Fields inherited from org.apache.commons.collections.AbstractTestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestTransformedSortedMap(String testName) 
Method from org.apache.commons.collections.map.TestTransformedSortedMap Summary:
getCompatibilityVersion,   isSubMapViewsSerializable,   main,   makeEmptyMap,   suite,   testTransformedMap
Methods from org.apache.commons.collections.map.AbstractTestSortedMap:
bulkTestHeadMap,   bulkTestSubMap,   bulkTestTailMap,   isAllowNullKey,   makeConfirmedMap,   testComparator,   testFirstKey,   testLastKey
Methods from org.apache.commons.collections.map.AbstractTestMap:
addSampleMappings,   bulkTestMapEntrySet,   bulkTestMapKeySet,   bulkTestMapValues,   cloneMapEntry,   getCompatibilityVersion,   getNewSampleValues,   getOtherKeys,   getOtherNonNullStringElements,   getOtherValues,   getSampleKeys,   getSampleValues,   isAllowDuplicateValues,   isAllowNullKey,   isAllowNullValue,   isGetStructuralModify,   isPutAddSupported,   isPutChangeSupported,   isRemoveSupported,   isSetValueSupported,   isSubMapViewsSerializable,   makeConfirmedMap,   makeEmptyMap,   makeFullMap,   makeObject,   resetEmpty,   resetFull,   tearDown,   testEmptyMapCompatibility,   testEntrySetClearChangesMap,   testEntrySetContains1,   testEntrySetContains2,   testEntrySetContains3,   testEntrySetRemove1,   testEntrySetRemove2,   testEntrySetRemove3,   testFullMapCompatibility,   testKeySetClearChangesMap,   testKeySetRemoveChangesMap,   testMakeMap,   testMapClear,   testMapContainsKey,   testMapContainsValue,   testMapEquals,   testMapGet,   testMapHashCode,   testMapIsEmpty,   testMapPut,   testMapPutAll,   testMapPutNullKey,   testMapPutNullValue,   testMapRemove,   testMapSize,   testMapToString,   testSampleMappings,   testValuesClearChangesMap,   testValuesRemoveChangesMap,   verify,   verifyEntrySet,   verifyKeySet,   verifyMap,   verifyValues
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.map.TestTransformedSortedMap Detail:
 public String getCompatibilityVersion() 
 public boolean isSubMapViewsSerializable() 
 public static  void main(String[] args) 
 public Map makeEmptyMap() 
 public static Test suite() 
 public  void testTransformedMap()