spring-framework / org.springframework.test.context.junit4.statements / RunAfterTestMethodCallbacks / <init>

<init>

RunAfterTestMethodCallbacks(next: Statement, testInstance: Any, testMethod: Method, testContextManager: TestContextManager)

Construct a new RunAfterTestMethodCallbacks statement.

Parameters

next - the next Statement in the execution chain

testInstance - the current test instance (never null)

testMethod - the test method which has just been executed on the test instance

testContextManager - the TestContextManager upon which to call afterTestMethod()