Class PointTest

java.lang.Object
  |
  +--PointTest

public class PointTest
extends java.lang.Object


Constructor Summary
PointTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          tests the Point model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointTest

public PointTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
tests the Point model. (both constructors, and the methods set, getMinutes, getX, getY, add, distance
toString (implicitly)

Uses InteractiveIO class to handle console I/O