edu.jhu.htm.core.test
Class TestHTMfunc

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

public class TestHTMfunc
extends junit.framework.TestCase

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


Constructor Summary
TestHTMfunc(java.lang.String _name)
           
 
Method Summary
static void main(java.lang.String[] argv)
          Executes the test case
static junit.framework.Test suite()
           
 void testDistance()
           
 void testidToName()
           
 void testIdToName20()
           
 void testIdToPoint()
           
 void testLookup10()
           
 void testLookup14()
           
 void testLookup20()
           
 void testLookupId10()
           
 void testLookupId20()
           
 void testLookupXYZ()
           
 void testNameToId10()
           
 void testNameToId20()
           
 
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

TestHTMfunc

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

suite

public static junit.framework.Test suite()

testNameToId10

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

testNameToId20

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

testLookupId10

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

testLookupId20

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

testidToName

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

testIdToName20

public void testIdToName20()
                    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

testLookup20

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

testLookupXYZ

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

testIdToPoint

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

testDistance

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

main

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

java.lang.Exception