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.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener

    org.junit.runner.notification.RunListener.ThreadSafe
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.junit.runner.notification.RunListener

    testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted, testSuiteFinished, testSuiteStarted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomRunListener

      public CustomRunListener()
  • Method Details

    • getPriority

      public int getPriority()