クラス AbstractDirtiesContextTestExecutionListener

java.lang.ObjectSE
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
実装されたすべてのインターフェース:
OrderedTestExecutionListener
既知の直属サブクラス
DirtiesContextBeforeModesTestExecutionListenerDirtiesContextTestExecutionListener

public abstract class AbstractDirtiesContextTestExecutionListener extends AbstractTestExecutionListener
テストに関連付けられた ApplicationContext を、@DirtiesContext アノテーションが付けられたテストクラスとテストメソッドの両方にダーティとしてマークするためのサポートを提供する TestExecutionListener 実装の抽象基本クラス。

このクラスのコア機能は、Spring Framework 4.2 の DirtiesContextTestExecutionListener から抽出されました。

導入:
4.2
作成者:
Sam Brannen, Juergen Hoeller
関連事項: