Class PlatformConfigurationCheckRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.testframework.runlistener.PlatformConfigurationCheckRunListener
-
public class PlatformConfigurationCheckRunListener extends org.junit.runner.notification.RunListener
-
-
Constructor Summary
Constructors Constructor Description PlatformConfigurationCheckRunListener()Constructor for test framework reasons
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>getPlatformProperties()voidtestFinished(org.junit.runner.Description description)voidtestStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
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
-
getPlatformProperties
protected java.util.Map<java.lang.String,java.lang.String> getPlatformProperties()
-
-