Class JUnitExecutionListener

  • All Implemented Interfaces:
    ExecutionListener

    @Component("tapirJUnitExecutionListener")
    @Order(-7000)
    public class JUnitExecutionListener
    extends AbstractExecutionListener
    The JUnitExecutionListener notifies the EachTestNotifier which is provided by EachTestNotifierProvider about step executions. Using this listener it's possible to fulfill JUnit's reporting API. Tools like Eclipse, Maven Surefire or Jenkins provide custom RunListener which are (indirectly) notified by this listener.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>