|
Class Summary |
| ComponentTestFixture |
Simple wrapper for testing components under JUnit. |
| 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. |
| ScriptTestSuiteTest |
Verify we can extend a ScriptTestSuite. |
| ScriptTestSuiteTest.MyScriptFixture |
|
| TestHelper |
Provides automatic test suite generation given command-line arguments. |
| Timer |
Time and performance measurement utilities. |