Class CleanupLiquibaseAfterTestExecutionListener
java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.activiti.cloud.services.test.liquibase.CleanupLiquibaseAfterTestExecutionListener
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class CleanupLiquibaseAfterTestExecutionListener
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 TypeMethodDescriptionvoidafterTestClass(org.springframework.test.context.TestContext testContext) intgetOrder()Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
afterTestExecution, afterTestMethod, beforeTestClass, beforeTestExecution, beforeTestMethod, prepareTestInstance
-
Constructor Details
-
CleanupLiquibaseAfterTestExecutionListener
public CleanupLiquibaseAfterTestExecutionListener()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered- Overrides:
getOrderin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
afterTestClass
public void afterTestClass(org.springframework.test.context.TestContext testContext) - Specified by:
afterTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestClassin classorg.springframework.test.context.support.AbstractTestExecutionListener
-