Class LangReferenceRemoverRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.LangReferenceRemoverRunListener
public class LangReferenceRemoverRunListener
extends org.junit.runner.notification.RunListener
This runner removes physically via JDBC a orphaned props and localized props for a lang which has been removed via
rollback
-
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 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
-
LangReferenceRemoverRunListener
public LangReferenceRemoverRunListener()
-
-
Method Details