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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for test framework reasons -
Method Summary
Modifier and TypeMethodDescriptionvoidtestFinished(org.junit.runner.Description description) voidtestStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testIgnored, testRunFinished, testRunStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
PlatformConfigurationCheckRunListener
public PlatformConfigurationCheckRunListener()Constructor for test framework reasons
-
-
Method Details