クラス RunAfterTestClassCallbacks

java.lang.ObjectSE
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks

public class RunAfterTestClassCallbacks extends Statement
RunAfterTestClassCallbacks はカスタム JUnit Statement であり、提供されている TestContextManagerafterTestClass() を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。

注意 : このクラスには、JUnit 4.9 以上が必要です。

導入:
3.0
作成者:
Sam Brannen
関連事項:
  • コンストラクターの詳細

    • RunAfterTestClassCallbacks

      public RunAfterTestClassCallbacks(Statement next, TestContextManager testContextManager)
      新しい RunAfterTestClassCallbacks ステートメントを作成します。
      パラメーター:
      next - 実行チェーンの次の Statement 
      testContextManager - afterTestClass() を呼び出す TestContextManager
  • メソッドの詳細