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 TestRunner
Gets the singleton instance of this class.static void
Runs the main method.void
Registers a class for testing.void
runTests()
Runs the tests for the classes registered for testing.