diva.util.test
Class All

java.lang.Object
  extended by diva.util.jester.TestSuite
      extended by diva.util.test.All

public class All
extends TestSuite

All the tests in this directory.

Version:
$Id: All.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Constructor Summary
All(TestHarness harness)
          Constructor
 
Method Summary
static void main(java.lang.String[] argv)
          Create a default test harness and run all tests on it.
 void runSuite()
          runSuite()
 
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

All

public All(TestHarness harness)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

main

public static void main(java.lang.String[] argv)
Create a default test harness and run all tests on it.