Class ArtemisRunListener
java.lang.Object
org.junit.runner.notification.RunListener
org.jboss.as.test.integration.common.jms.ArtemisRunListener
public class ArtemisRunListener
extends org.junit.runner.notification.RunListener
- Author:
- Emmanuel Hugonnet (c) 2020 Red Hat, Inc.
-
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
Modifier and TypeMethodDescriptionstatic voidvoidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) voidtestStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
ArtemisRunListener
public ArtemisRunListener()
-
-
Method Details
-
main
- Throws:
Exception
-
testRunFinished
- Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testRunStarted
- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testStarted
- Overrides:
testStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-