edu.jhu.htm.core.test
Class TestHTMrange

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--edu.jhu.htm.core.test.TestHTMrange
All Implemented Interfaces:
junit.framework.Test

public class TestHTMrange
extends junit.framework.TestCase

JUnitTest case for class: edu.jhu.htm.core.HTMindex


Field Summary
static long[] highs
           
static long[] los
           
protected  HTMrange range
           
 
Constructor Summary
TestHTMrange(java.lang.String _name)
           
 
Method Summary
static void main(java.lang.String[] argv)
          Executes the test case
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testBestGap()
           
 void testDefrag()
           
 void testIsIn()
           
 void testNull()
           
 void testPurge()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

los

public static final long[] los

highs

public static final long[] highs

range

protected HTMrange range
Constructor Detail

TestHTMrange

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

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testNull

public void testNull()

testIsIn

public void testIsIn()

testBestGap

public void testBestGap()

testDefrag

public void testDefrag()

testPurge

public void testPurge()

main

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