Package noaa.coastwatch.test


package noaa.coastwatch.test

Provides classes for running code tests.

  • Class
    Description
    The TerminalColors class is an interface that hold various ANSI terminal color constants, which can be used to change the color of messages printed to standard output and error.
    The Testable annotation can be used by any class that has a main method that should be called to test the class methods.
    The TestLogger object provides a singleton interface for printing testing messages.
    The TestableTester class contains a single static method main() that runs the unit tests for all classes that registered for testing.
    A TimeAccumulator object can be used for precise accumulation of time used in a thread for performance testing.