Package apputil

Interface Summary
Testable This interface specifies that a class can be tested using a simple testing harness.
 

Class Summary
AppConfig The AppConfig class provides a single point of obtaining application configuration information.
TestHarness The TestHarness class is a very simple module that loads a class under test that has implemented the Testable interface, and exercises it by calling its TestUnit method.
util This class provides commonly used utility methods throughout the application.