パッケージ 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 実行チェーンにプラグインできます。