| ApplicationContextCheckRunListener |
|
| C2LSetupRunListener |
Checks for each atomic test if the baseCurrency was changed of if languages were added/removed.
|
| ClassLoaderOverviewRunListener |
This run listener displays after each finished run of a testclass how many classes where loaded/unloaded during run
of this testclass.
|
| CustomActionsRunListener |
|
| CustomActionsRunListenerTest |
|
| CustomRunListener |
To register a run listener for the tests, extend this class and register your implementation as a spring bean.
|
| DBLogRunListener |
If used for a testclass all log informations are written to file(s) in the log folder.
|
| HsqldbCheckpointRunListener |
|
| ItemCreationListener |
RunListener assuring each created Item will be removed after finish of test.
|
| LangReferenceRemoverRunListener |
This runner removes physically via JDBC a orphaned props and localized props for a lang which has been removed via
rollback
|
| LightPlatformRunListener |
A lighter version of PlatformRunListener assuring the test platform is available while test execution.
|
| LogRunListener |
Logs start and end of each test run.
|
| MemoryOverviewRunListener |
Before and after a Test the MemoryUsage is collected and after the test class has run the init, used and
comitted value are printed to the log.
|
| OpenDBConnectionRunListener |
|
| PlatformConfigurationCheckRunListener |
|
| PlatformConfigurationCheckRunListenerRollbackTest |
|
| PlatformConfigurationCheckRunListenerTest |
|
| PlatformRunListener |
RunListener assuring the test platform is available while test execution.
|
| ResetMockitoRunListener |
Kills ongoing Mockito stubbing and frees recorded invocations before and after each test class.
|
| TableSizeCheckRunListener |
|
| ThreadOverviewRunListener |
Gets the thread count before and after a test class.
|
| TransactionRunListener |
Listener which will start a transaction before each test and will rollback it when test is finished.
|
| VMBlockTimeRecorder |
|
| VMBlockTimeRunListener |
Keeps track of JVM block times.
|