Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » [javadoc | source]
org.apache.commons.collections
public class: TestBinaryHeap [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.collections.BulkTest
         org.apache.commons.collections.TestObject
            org.apache.commons.collections.TestCollection
               org.apache.commons.collections.TestBinaryHeap

All Implemented Interfaces:
    Cloneable

Tests the BinaryHeap.
Fields inherited from org.apache.commons.collections.TestCollection:
collection,  confirmed
Fields inherited from org.apache.commons.collections.TestObject:
COLLECTIONS_MAJOR_VERSION
Fields inherited from org.apache.commons.collections.BulkTest:
verboseName
Constructor:
 public TestBinaryHeap(String testName) 
Method from org.apache.commons.collections.TestBinaryHeap Summary:
getFullElements,   getOtherElements,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   suite,   testBasicComparatorOps,   testBasicOps,   testCollectionIteratorFailFast,   verify
Methods from org.apache.commons.collections.TestCollection:
areEqualElementsDistinguishable,   getFullElements,   getFullNonNullElements,   getFullNonNullStringElements,   getOtherElements,   getOtherNonNullElements,   getOtherNonNullStringElements,   isAddSupported,   isRemoveSupported,   makeCollection,   makeConfirmedCollection,   makeConfirmedFullCollection,   makeFullCollection,   makeObject,   resetEmpty,   resetFull,   testCollectionAdd,   testCollectionAddAll,   testCollectionClear,   testCollectionContains,   testCollectionContainsAll,   testCollectionIsEmpty,   testCollectionIterator,   testCollectionIteratorFailFast,   testCollectionIteratorRemove,   testCollectionRemove,   testCollectionRemoveAll,   testCollectionRetainAll,   testCollectionSize,   testCollectionToArray,   testCollectionToArray2,   testCollectionToString,   testUnsupportedAdd,   testUnsupportedRemove,   verify
Methods from org.apache.commons.collections.TestObject:
getCanonicalEmptyCollectionName,   getCanonicalFullCollectionName,   getCompatibilityVersion,   makeObject,   readExternalFormFromBytes,   readExternalFormFromDisk,   supportsEmptyCollections,   supportsFullCollections,   testCanonicalEmptyCollectionExists,   testCanonicalFullCollectionExists,   testObjectEqualsSelf,   testObjectHashCodeEqualsContract,   testObjectHashCodeEqualsSelfHashCode,   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.TestBinaryHeap Detail:
 public Object[] getFullElements() 
 public Object[] getOtherElements() 
 public Collection makeCollection() 
    Return a new, empty Object to used for testing.
 public Collection makeConfirmedCollection() 
 public Collection makeConfirmedFullCollection() 
 public static Test suite() 
 public  void testBasicComparatorOps() 
 public  void testBasicOps() 
 public  void testCollectionIteratorFailFast() 
 public  void verify()