Class Summary |
ComponentTestFixture |
Simple wrapper for testing components under JUnit. |
ComponentTestFixture.ExceptionCatcher |
Provide access to the most recent exception caught on the dispatch
thread. |
RepeatHelper |
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. |
ScriptFixture |
Simple wrapper for a test script to run under JUnit. |
ScriptTestCase |
Deprecated. Use ScriptFixture instead. |
ScriptTestCollector |
Collects all available classes derived from ScriptTestCase in the current
classpath. |
ScriptTestSuite |
Similar to TestSuite, except that it auto-generates a suite based on test
scripts matching certain criteria. |
TestHelper |
Provides automatic test suite generation given command-line arguments. |
Timer |
Time and performance measurement utilities. |