Class RunAfterTestExecutionCallbacks

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

public class RunAfterTestExecutionCallbacks extends Statement
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: