ParkNPark.tests
Class RunAll

java.lang.Object
  extended by ParkNPark.tests.RunAll
All Implemented Interfaces:
Runnable

public class RunAll
extends Object
implements Runnable

Runs all 48 test configurations


Field Summary
protected  String projectRoot
          The project root folder
 
Constructor Summary
RunAll(String projectRoot)
          Creates a new test suite runner for the given project root path
 
Method Summary
static void main(String[] args)
          Runs the entire test suite
 void run()
          Runs the entire test suite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectRoot

protected String projectRoot
The project root folder

Constructor Detail

RunAll

public RunAll(String projectRoot)
Creates a new test suite runner for the given project root path

Parameters:
projectRoot - The root of the project to use in this test suite run
Method Detail

main

public static void main(String[] args)
Runs the entire test suite

Parameters:
args - Not used

run

public void run()
Runs the entire test suite

Specified by:
run in interface Runnable