Package noaa.coastwatch.test
Class TestRunner
java.lang.Object
noaa.coastwatch.test.TestRunner
The TestableTester class contains a single static method main() that
runs the unit tests for all classes that registered for testing.
- Since:
- 3.3.1
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestRunnerGets the singleton instance of this class.static voidRuns the main method.voidRegisters a class for testing.voidrunTests()Runs the tests for the classes registered for testing.