debug
Class PositionTimeTest

java.lang.Object
  extended by debug.Debug
      extended by debug.PositionTimeTest

public class PositionTimeTest
extends Debug


Constructor Summary
PositionTimeTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 java.lang.String test(Position p)
          This method tests whatever you want to test.
 
Methods inherited from class debug.Debug
startTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionTimeTest

public PositionTimeTest()
Method Detail

test

public java.lang.String test(Position p)
Description copied from class: Debug
This method tests whatever you want to test.

Specified by:
test in class Debug
Parameters:
p - The Position object to test.
Returns:
A string describing the test results. Test

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
Throws:
java.io.IOException