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