Class PlatformRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.testframework.runlistener.PlatformRunListener
-
public class PlatformRunListener extends org.junit.runner.notification.RunListenerRunListenerassuring the test platform is available while test execution. Has to be called at first before other listeners will access the platform.- Since:
- 3.0-u3
-
-
Field Summary
Fields Modifier and Type Field Description protected JaloSessionjaloSessionReference to current session.
-
Constructor Summary
Constructors Constructor Description PlatformRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestFinished(org.junit.runner.Description description)voidtestRunStarted(org.junit.runner.Description description)voidtestStarted(org.junit.runner.Description description)
-
-
-
Field Detail
-
jaloSession
protected JaloSession jaloSession
Reference to current session.
-
-
Method Detail
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) throws java.lang.Exception- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
java.lang.Exception
-
testStarted
public void testStarted(org.junit.runner.Description description) throws java.lang.Exception- Overrides:
testStartedin classorg.junit.runner.notification.RunListener- Throws:
java.lang.Exception
-
testFinished
public void testFinished(org.junit.runner.Description description) throws java.lang.Exception- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener- Throws:
java.lang.Exception
-
-