junit.extensions.abbot |
Provide support for running scripts and UI-oriented unit tests as test cases
under JUnit.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
|
Java Source File Name | Type | Comment |
ComponentTestFixture.java | Class | Fixture for testing AWT and/or JFC/Swing components under JUnit. |
ComponentTestFixtureTest.java | Class | Verify
ComponentTestFixture operation. |
RepeatHelper.java | Class | Convenience functions to wrap a given test case such that individual
methods may be run with heavy repetition, and default suites run with
light repetition. |
ResolverFixture.java | Class | Simple wrapper for testing objects which require a Resolver. |
ScriptFixture.java | Class | Simple wrapper for a test script to run under JUnit. |
ScriptTestCollector.java | Class | Collects all available classes derived from ScriptTestCase in the current
classpath. |
ScriptTestCollectorTest.java | Class | |
ScriptTestSuite.java | Class | Similar to TestSuite, except that it auto-generates a suite based on test
scripts matching certain criteria.
By default, generate a suite of all scripts found in a given directory for
which the accept method returns true. |
ScriptTestSuiteTest.java | Class | Verify we can extend a ScriptTestSuite. |
SizeOf.java | Class | |
TestHelper.java | Class | Provides automatic test suite generation given command-line arguments.
Also allows for a single test to be run if it is specified. |
Timer.java | Class | Time and performance measurement utilities. |