RunAfterTestMethodCallbacks(next: Statement, testInstance: Any, testMethod: Method, testContextManager: TestContextManager)
Construct a new RunAfterTestMethodCallbacks statement.
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()