org.apache.commons.collections.bag
Class AbstractTestSortedBag

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.collections.BulkTest
              extended byorg.apache.commons.collections.AbstractTestObject
                  extended byorg.apache.commons.collections.bag.AbstractTestBag
                      extended byorg.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)
           
 
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, 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-2007 Apache Software Foundation. All Rights Reserved.