Class UnitTests

java.lang.Object
  extended byUnitTests

public class UnitTests
extends Object

This program invokes the unit tests for the individual shape classes.

Version:
3

Constructor Summary
UnitTests()
           
 
Method Summary
static void main(String[] args)
          Invoke unit test for each shape.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitTests

public UnitTests()
Method Detail

main

public static void main(String[] args)
Invoke unit test for each shape.