Class RunAfterTestExecutionCallbacks

java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks

@Deprecated(since="7.0") public class RunAfterTestExecutionCallbacks extends Statement
Deprecated.
since Spring Framework 7.0 in favor of the SpringExtension and JUnit Jupiter
RunAfterTestExecutionCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by calling afterTestExecution() on the supplied TestContextManager.

NOTE: This class requires JUnit 4.9 or higher.

Since:
5.0
Author:
Sam Brannen
See Also: