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 SummaryConstructorsConstructorDescriptionRunBeforeTestClassCallbacks(Statement next, TestContextManager testContextManager) Deprecated.Construct a newRunBeforeTestClassCallbacksstatement.
- 
Method SummaryModifier and TypeMethodDescriptionvoidevaluate()Deprecated.InvokeTestContextManager.beforeTestClass()and then evaluate the nextStatementin the execution chain (typically an instance ofRunBefores).
- 
Constructor Details- 
RunBeforeTestClassCallbacksDeprecated.Construct a newRunBeforeTestClassCallbacksstatement.- Parameters:
- next- the next- Statementin the execution chain
- testContextManager- the TestContextManager upon which to call- beforeTestClass()
 
 
- 
- 
Method Details- 
evaluate
 
- 
SpringExtensionand JUnit Jupiter