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