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