ExecutionInfo | Interface for all Informations occured during the execution of a method of a testcase |
Test |
Test is the definition for any test in a unit-testing context.
|
TestResult |
TestResult represents the infromations that got collected during the
execution of a related Test .
|
TestRunner |
TestRunner is the definition for a process that executes a Test .
|
AbstractAssertInfo | Implementation of @see ExecutionInfo as basis for all AssertInformations |
LoggerTestListener |
LoggerTestListener is the default listener for Tests |
TestCase |
Testcase is the basic class to extend for unit-tests.
|
TestCaseHelper |
TestCaseHelper is a class that helps writing TestCases.
|
TestCaseMethodInfo | Informationholder for all Informations related to the execution of a Method within a Testcase |
TestCaseResult |
TestCaseResult contains all informations about the execution of a TestCase .
|
TestCaseRunner |
TestCaseRunner is the implementation for the execution of TestCases.
|
TestSuite |
TestSuite is a composite implementation of Test.
|
TestSuiteFactory | Factory to create TestSuites |
TestSuiteResult |
TestSuiteResult contains all informations about the execution of a TestSuite .
|