Package org.activiti.spring.impl.test
Class CleanTestExecutionListener
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestExecutionListener
-
- org.activiti.spring.impl.test.CleanTestExecutionListener
-
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class CleanTestExecutionListener extends org.springframework.test.context.support.AbstractTestExecutionListenerRemoves all deployments at the end of a complete test class.Use this as follows in a Spring test: @RunWith(SpringJUnit4ClassRunner.class) @TestExecutionListeners(CleanTestExecutionListener.class) @ContextConfiguration("...")
-
-
Constructor Summary
Constructors Constructor Description CleanTestExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTestClass(org.springframework.test.context.TestContext testContext)-
Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
getOrder
-
-