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

<init>

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

Construct a new RunBeforeTestExecutionCallbacks statement.

Parameters

next - the next Statement in the execution chain

testInstance - the current test instance (never null)

testMethod - the test method which is about to be executed on the test instance

testContextManager - the TestContextManager upon which to call beforeTestExecution()