パッケージ org.springframework.test.context.junit4.statements
@NonNullApi @NonNullFields パッケージ org.springframework.test.context.junit4.statements
Spring TestContext フレームワークで使用されるカスタム JUnit 4
Statements
。- クラス説明
ProfileValueChecker
は、Spring の@IfProfileValue
アノテーションを介して現在の環境でテストクラスまたはテストメソッドが有効になっているかどうかをチェックするカスタム JUnitStatement
です。RunAfterTestClassCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でafterTestClass()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。RunAfterTestExecutionCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でafterTestExecution()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 4 実行チェーンにプラグインできます。RunAfterTestMethodCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でafterTestMethod()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。RunBeforeTestClassCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でbeforeTestClass()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。RunBeforeTestExecutionCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でbeforeTestExecution()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 4 実行チェーンにプラグインできます。RunBeforeTestMethodCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でbeforeTestMethod()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。RunPrepareTestInstanceCallbacks
はカスタム JUnitStatement
であり、提供されているTestContextManager
でprepareTestInstance()
を呼び出すことにより、Spring TestContext フレームワークを JUnit 実行チェーンにプラグインできます。