edu.ou.pacman.test
Class Test

java.lang.Object
  extended by edu.ou.pacman.test.Test

public final class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run all the tests that have been set up in the test package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException,
                        java.lang.SecurityException,
                        java.lang.NoSuchMethodException,
                        java.lang.IllegalArgumentException,
                        java.lang.IllegalAccessException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.InstantiationException
Run all the tests that have been set up in the test package.

Parameters:
args - - The command line arguments
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.InstantiationException