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