| ExecutionInfo | Interface for all Informations occured during the execution of a method of a testcase |
| Test | Basic Class to be Extended by all Testcases |
| TestResult | Basic Interface for all Results produced by the run a Test |
| TestResultFactory | |
| TestRunnerInfo | Interface for each EventInformation used by the TestRunner |
| AbstractAssertInfo | Implementation of @see ExecutionInfo as basis for all AssertInformations |
| FinishInfo | Information published if the TestRunner finished |
| LoggerTestListener | Default listener for TestRunner |
| TestCase |
Testcase class to be extended.
|
| TestCaseHelper | |
| TestCaseMethodInfo | Informationholder for all Informations related to the execution of a Method within a Testcase |
| TestCaseResult | Wrapper for a TestCase that contains a API to all Informations to the execution of the Testcase |
| TestCaseResultFactory | |
| TestRunner | Central TestSystem Class to run Testcases and TestSuites |
| TestSuite | Composite Implementation for Tests |
| TestSuiteFactory | Factory to create TestSuites |
| TestSuiteResult | Wrapper for a TestSuite with extended Informations about the run of the TestSuite |
| TestSuiteResultFactory |