Package de.hybris.platform.testframework.runlistener
package de.hybris.platform.testframework.runlistener
-
ClassesClassDescriptionChecks for each atomic test if the baseCurrency was changed of if languages were added/removed.This run listener displays after each finished run of a testclass how many classes where loaded/unloaded during run of this testclass.To register a run listener for the tests, extend this class and register your implementation as a spring bean.If used for a testclass all log informations are written to file(s) in the log folder.
RunListenerassuring each created Item will be removed after finish of test.This runner removes physically via JDBC a orphaned props and localized props for a lang which has been removed via rollbackA lighter version ofPlatformRunListenerassuring the test platform is available while test execution.Logs start and end of each test run.Before and after a Test theMemoryUsageis collected and after the test class has run the init, used and comitted value are printed to the log.RunListenerassuring the test platform is available while test execution.Kills ongoing Mockito stubbing and frees recorded invocations before and after each test class.Gets the thread count before and after a test class.Listener which will start a transaction before each test and will rollback it when test is finished.Keeps track of JVM block times.