hw5.test
Class HW5TestDriver

java.lang.Object
  extended by hw5.test.HW5TestDriver

public class HW5TestDriver
extends Object

This class implements a testing driver which reads test scripts from files for testing Graph, the Marvel parser, and your BFS algorithm.


Constructor Summary
HW5TestDriver(Reader r, Writer w)
           
 
Method Summary
static void main(String[] args)
           
 void runTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HW5TestDriver

public HW5TestDriver(Reader r,
                     Writer w)
Method Detail

main

public static void main(String[] args)

runTests

public void runTests()