org.apache.commons.collections.bag
Class AbstractTestSortedBag

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.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, junit.framework.Test

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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
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-2010 Apache Software Foundation. All Rights Reserved.