diva.graph.test
Class All

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

public class All
extends TestSuite

All the tests in this directory.

Version:
$Id: All.java 47513 2007-12-07 06:32:21Z 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()
          Run all the tests.
 
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()
Run all the tests.

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.

Parameters:
argv - The arguments, currently ignored.