类 AbstractDirtiesContextTestExecutionListener

java.lang.Object
cn.taketoday.test.context.support.AbstractTestExecutionListener
cn.taketoday.test.context.support.AbstractDirtiesContextTestExecutionListener
所有已实现的接口:
cn.taketoday.core.Ordered, TestExecutionListener
直接已知子类:
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

从以下版本开始:
4.0
作者:
Sam Brannen, Juergen Hoeller
另请参阅: