open class RunBeforeTestExecutionCallbacks : Statement
RunBeforeTestExecutionCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by calling beforeTestExecution() on the supplied TestContextManager.
Author
Sam Brannen
Since
5.0
See Also
#evaluate()RunAfterTestExecutionCallbacks
RunBeforeTestExecutionCallbacks(next: Statement, testInstance: Any, testMethod: Method, testContextManager: TestContextManager)
Construct a new |
open fun evaluate(): Unit
Invoke |