jchrest.tests
Class TestRunner

java.lang.Object
  extended by jchrest.tests.TestRunner

public class TestRunner
extends java.lang.Object

TestRunner is the parent class for all the individual tests to be run under junit. All Test classes are added to the 'SuiteClasses' annotation.


Constructor Summary
TestRunner()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunner

public TestRunner()