Class CustomRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.testframework.runlistener.CustomRunListener
-
- Direct Known Subclasses:
EmbeddedServerTestRunListener,TaskEngineTestRunListener
public class CustomRunListener extends org.junit.runner.notification.RunListenerTo register a run listener for the tests, extend this class and register your implementation as a spring bean.
It will be automatically picked up and used by the platform.
-
-
Constructor Summary
Constructors Constructor Description CustomRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()
-