Package diva.canvas.test
Class All
- java.lang.Object
-
- diva.util.jester.TestSuite
-
- diva.canvas.test.All
-
public class All extends TestSuite
All the tests in this directory.- Version:
- $Id$
- Author:
- John Reekie
-
-
Constructor Summary
Constructors Constructor Description All(TestHarness harness)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
All
public All(TestHarness harness)
Constructor
-
-