Package de.gebit.integrity.runner.callbacks
- 
Class Summary Class Description AbstractTestRunnerCallback Abstract base class for test runner callback implementation.CompoundTestRunnerCallback This specialTestRunnerCallbackis intended to be used for combining multiple callbacks.TestFormatter TheTestFormatteris responsible for creating human-readable strings out of various test-related entities.TestRunnerCallback During test execution, the test runner invokes a callback in order to report progress as well as test results. - 
Enum Summary Enum Description SuiteSkipReason A number of reasons why a suite invocation in a script has been skipped.