diva.sketch.test
Class All

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

public class All
extends TestSuite

All the tests in this directory.

Version:
$Revision: 1.2 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Constructor Summary
All(TestHarness harness)
          Use the given test harness to run the tests.
 
Method Summary
static void main(String[] argv)
          Create a default test harness and run all tests on it.
 void runSuite()
          Run each of 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)
Use the given test harness to run the tests.

Method Detail

runSuite

public void runSuite()
Run each of the tests.

Specified by:
runSuite in class TestSuite

main

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



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.