Package com.artima.testkit

Provides classes and interfaces that simplify the job of building conformance test kits and unit tests for Java APIs.

See:
          Description

Interface Summary
Reporter Interface implemented by objects that collect test results as the tests execute and report those results.
Rerunnable Interface implemented by objects that can rerun tests or other entities.
 

Class Summary
Config Class whose instances serve to configure reporters.
Report Class used to send reports to a reporter.
Runner Application that runs a suite of tests.
Suite A suite consisting of zero to many test methods and zero to many subsuites.
 

Exception Summary
TestFailedException Exception that indicates a test failed.
 

Package com.artima.testkit Description

Provides classes and interfaces that simplify the job of building conformance test kits and unit tests for Java APIs. The full specification of this package is available at:

http://www.artima.com/testkit/index.html