diva.sketch.test
Class All
java.lang.Object
diva.util.jester.TestSuite
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
All
public All(TestHarness harness)
- Use the given test harness to run the tests.
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.