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
-
-
Constructor Summary
Constructors Constructor Description LangReferenceRemoverRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFinished(org.junit.runner.Description description)
void
testStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
testStarted
public void testStarted(org.junit.runner.Description description) throws java.lang.Exception
- Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
testFinished
public void testFinished(org.junit.runner.Description description) throws java.lang.Exception
- Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
-