main.test
Class TestMain

java.lang.Object
  extended bymain.test.TestMain

public class TestMain
extends Object

Author:
cbishop

Constructor Summary
TestMain(String[] files)
          Constructor for test class
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMain

public TestMain(String[] files)
Constructor for test class

Parameters:
files - String[] giving files names of all training programs
Method Detail

main

public static void main(String[] args)