net.walend.collection.test
Class FibIntHeapTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.collection.test.IntHeapTest
                          |
                          +--net.walend.collection.test.FibIntHeapTest
All Implemented Interfaces:
junit.framework.Test

public class FibIntHeapTest
extends IntHeapTest

Author:
David Walend dfw1@cornell.edu

Nested Class Summary
 
Nested classes inherited from class net.walend.collection.test.IntHeapTest
 
Field Summary
 
Fields inherited from class net.walend.collection.test.IntHeapTest
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
FibIntHeapTest(java.lang.String testName)
           
 
Method Summary
protected  IntHeap createEmptyIntHeap()
           
protected  IntHeap createTestIntHeap()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.collection.test.IntHeapTest
fillTestIntHeap, test8ItemHeap, testChangeKeyTo, testGetMin, testGetMinKey, testIsEmpty, testQueriesOnEmptyIntHeap, testQueriesOnTestIntHeap, testRemove, testSize, testTakeMin, testToString
 
Methods inherited from class net.walend.toolkit.junit.TestCase
fail, fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FibIntHeapTest

public FibIntHeapTest(java.lang.String testName)
Method Detail

createEmptyIntHeap

protected IntHeap createEmptyIntHeap()
Specified by:
createEmptyIntHeap in class IntHeapTest

createTestIntHeap

protected IntHeap createTestIntHeap()
Specified by:
createTestIntHeap in class IntHeapTest

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend