Class AbstractDirtiesContextTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener
Direct Known Subclasses:
DirtiesContextBeforeModesTestExecutionListener, DirtiesContextTestExecutionListener

public abstract class AbstractDirtiesContextTestExecutionListener extends AbstractTestExecutionListener
Abstract base class for TestExecutionListener implementations that provide support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.

The core functionality for this class was extracted from DirtiesContextTestExecutionListener in Spring Framework 4.2.

Since:
4.2
Author:
Sam Brannen, Juergen Hoeller
See Also: