Package junit.extensions.awt

Provide testing support for Java GUIs under JUnit.

See:
          Description

Interface Summary
ComponentFinder Interface to support looking up existing components based on a number of different criteria.
Resolver Interface to support management of a set of component references.
 

Class Summary
AWTTestCase Simple wrapper for a test script to run under JUnit.
AWTTestCollector Collects all available classes derived from AWTestCase in the current classpath.
AWTTestSuite Similar to TestSuite, except that it auto-generates a suite based on test scripts matching certain criteria.
DefaultComponentFinder Basic component lookup implementation.
 

Package junit.extensions.awt Description

Provide testing support for Java GUIs under JUnit.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: