org.apache.commons.collections.bag
Class AbstractTestSortedBag

java.lang.Object
  extended by TestCase
      extended by org.apache.commons.collections.BulkTest
          extended by org.apache.commons.collections.AbstractTestObject
              extended by org.apache.commons.collections.bag.AbstractTestBag
                  extended by org.apache.commons.collections.bag.AbstractTestSortedBag
All Implemented Interfaces:
java.lang.Cloneable

public abstract class AbstractTestSortedBag
extends AbstractTestBag

Abstract test class for SortedBag methods and contracts.

Since:
Commons Collections 3.0

Field Summary
 
Fields inherited from class org.apache.commons.collections.AbstractTestObject
COLLECTIONS_MAJOR_VERSION
 
Constructor Summary
AbstractTestSortedBag(java.lang.String testName)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.collections.bag.AbstractTestBag
makeBag, makeObject, testBagAdd, testBagEqualsSelf, testContains, testContainsAll, testEmptyBagCompatibility, testEmptyBagSerialization, testEquals, testEqualsHashBag, testFullBagCompatibility, testFullBagSerialization, testHashCode, testIterator, testIteratorFail, testIteratorFailDoubleRemove, testIteratorFailNoMore, testIteratorRemoveProtectsInvariants, testRemove, testRemoveAll, testRetainAll, testSize, testToArray, testToArrayPopulate
 
Methods inherited from class org.apache.commons.collections.AbstractTestObject
getCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDisk
 
Methods inherited from class org.apache.commons.collections.BulkTest
clone, ignoredTests, makeSuite, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractTestSortedBag

public AbstractTestSortedBag(java.lang.String testName)


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.