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.RunListener
To 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.
It will be automatically picked up and used by the platform.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
CustomRunListener
public CustomRunListener()
-
-
Method Details
-
getPriority
public int getPriority()
-