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

<init>

RunPrepareTestInstanceCallbacks(next: Statement, testInstance: Any, testContextManager: TestContextManager)

Construct a new RunPrepareTestInstanceCallbacks statement.

Parameters

next - the next Statement in the execution chain; never null

testInstance - the current test instance; never null

testContextManager - the TestContextManager upon which to call prepareTestInstance(); never null