Package de.hybris.platform.servicelayer
Class MockTestCleanupListener
java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
de.hybris.platform.servicelayer.MockTestCleanupListener
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class MockTestCleanupListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTestMethod(org.springframework.test.context.TestContext testContext) Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
afterTestClass, afterTestExecution, beforeTestClass, beforeTestExecution, beforeTestMethod, getOrder, prepareTestInstance
-
Constructor Details
-
MockTestCleanupListener
public MockTestCleanupListener()
-
-
Method Details
-
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext testContext) throws Exception - Specified by:
afterTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestMethodin classorg.springframework.test.context.support.AbstractTestExecutionListener- Throws:
Exception
-