Class RunBeforetestClassCallbacks
java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.RunBeforetestClassCallbacks
Deprecated.
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.- Since:
- 3.0
- Author:
- Sam Brannen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunBeforetestClassCallbacks(Statement next, testContextManager testContextManager) Deprecated.Construct a newRunBeforetestClassCallbacksstatement. -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate()Deprecated.InvoketestContextManager.beforetestClass()and then evaluate the nextStatementin the execution chain (typically an instance ofRunBefores).
-
Constructor Details
-
RunBeforetestClassCallbacks
Deprecated.Construct a newRunBeforetestClassCallbacksstatement.- Parameters:
next- the nextStatementin the execution chaintestContextManager- the testContextManager upon which to callbeforetestClass()
-
-
Method Details
-
evaluate
-
SpringExtensionand JUnit Jupiter