Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPriority()  
      • Methods inherited from class org.junit.runner.notification.RunListener

        testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted
      • Methods inherited from class java.lang.Object

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

      • CustomRunListener

        public CustomRunListener()
    • Method Detail

      • getPriority

        public int getPriority()