Class Summary | |
---|---|
ActiveTestSuite | A TestSuite for active Tests. |
Assert | A set of assert methods. |
AssertionFailedError | Thrown when an assertion failed. |
ComparisonCompactor | |
ComparisonFailure | Thrown when an assert equals for Strings failed. |
ExceptionTestCase | A TestCase that expects an Exception of class fExpected to be thrown. |
Protectable | A Protectable can be run and can throw a Throwable. |
RepeatedTest | A Decorator that runs a test repeatedly. |
Test | A Test can be run and collect its results. |
TestCase | A test case defines the fixture to run multiple tests. |
TestDecorator | A Decorator for Tests. |
TestFailure |
A TestFailure collects a failed test together with
the caught exception. |
TestListener | A Listener for test progress |
TestResult |
A TestResult collects the results of executing
a test case. |
TestSetup | A Decorator to set up and tear down additional fixture state. |
TestSuite |
A TestSuite is a Composite of Tests.
|