edu.jhu.htm.core.test
Class TestHTMindexImp

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

public class TestHTMindexImp
extends junit.framework.TestCase

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


Constructor Summary
TestHTMindexImp(java.lang.String _name)
           
 
Method Summary
static void main(java.lang.String[] argv)
          Executes the test case
static junit.framework.Test suite()
           
 void testBarcelona()
           
 void testIdByPoint10()
           
 void testIdByPoint20()
           
 void testLookup10()
           
 void testLookup14()
           
 void testnameById10()
           
 void testnameById20()
           
 void testResolutionConstruc()
           
 
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
 

Constructor Detail

TestHTMindexImp

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

suite

public static junit.framework.Test suite()

testBarcelona

public void testBarcelona()
                   throws java.lang.Exception
java.lang.Exception

testResolutionConstruc

public void testResolutionConstruc()
                            throws java.lang.Exception
java.lang.Exception

testIdByPoint10

public void testIdByPoint10()
                     throws java.lang.Exception
java.lang.Exception

testIdByPoint20

public void testIdByPoint20()
                     throws java.lang.Exception
java.lang.Exception

testnameById10

public void testnameById10()
                    throws java.lang.Exception
java.lang.Exception

testnameById20

public void testnameById20()
                    throws java.lang.Exception
java.lang.Exception

testLookup10

public void testLookup10()
                  throws java.lang.Exception
java.lang.Exception

testLookup14

public void testLookup14()
                  throws java.lang.Exception
java.lang.Exception

main

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