Class LightPlatformRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.LightPlatformRunListener
public class LightPlatformRunListener
extends org.junit.runner.notification.RunListener
A lighter version of
PlatformRunListener assuring the test platform is available while test execution. It
doesn't create jalo session and doesn't check if the system is initialized.-
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
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
LightPlatformRunListener
public LightPlatformRunListener()
-
-
Method Details
-
testRunStarted
- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-