Class EmbeddedServerTestRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.CustomRunListener
de.hybris.platform.webservicescommons.testsupport.server.EmbeddedServerTestRunListener
-
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 TypeMethodDescriptionvoidsetEmbeddedServerController(EmbeddedServerController embeddedServerController) voidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) Methods inherited from class de.hybris.platform.testframework.runlistener.CustomRunListener
getPriorityMethods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
EmbeddedServerTestRunListener
public EmbeddedServerTestRunListener()
-
-
Method Details
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) - Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) - Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener
-
getEmbeddedServerController
-
setEmbeddedServerController
-