edu.jhu.skiplist.test
Class TestSkipList

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--edu.jhu.skiplist.test.TestSkipList
All Implemented Interfaces:
junit.framework.Test

public class TestSkipList
extends junit.framework.TestCase

JUnitTest case for class: edu.jhu.skiplist.SkipList


Field Summary
static int[] INITIAL_LOAD
           
static boolean[] INPUT_IS_SORTED
           
static int NUM_OF_TEST_OPERATIONS
           
static float[] PROBABILITY
           
 
Constructor Summary
TestSkipList(java.lang.String _name)
           
 
Method Summary
static void main(java.lang.String[] argv)
          Executes the test case
static junit.framework.Test suite()
           
 void testAll()
           
 void testInsert()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROBABILITY

public static final float[] PROBABILITY

INITIAL_LOAD

public static final int[] INITIAL_LOAD

INPUT_IS_SORTED

public static final boolean[] INPUT_IS_SORTED

NUM_OF_TEST_OPERATIONS

public static final int NUM_OF_TEST_OPERATIONS
See Also:
Constant Field Values
Constructor Detail

TestSkipList

public TestSkipList(java.lang.String _name)
Method Detail

testInsert

public void testInsert()

testAll

public void testAll()

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] argv)
Executes the test case