Class SpringRepeat
java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.SpringRepeat
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.LogDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionSpringRepeat(Statement next, Method testMethod) Deprecated.Construct a newSpringRepeatstatement for the suppliedtestMethod, retrieving the configured repeat count from the@Repeatannotation on the supplied method.SpringRepeat(Statement next, Method testMethod, int repeat) Deprecated.Construct a newSpringRepeatstatement for the suppliedtestMethodandrepeatcount.
- 
Method Summary
- 
Field Details- 
loggerprotected static final org.apache.commons.logging.Log loggerDeprecated.
 
- 
- 
Constructor Details- 
SpringRepeatDeprecated.Construct a newSpringRepeatstatement for the suppliedtestMethod, retrieving the configured repeat count from the@Repeatannotation on the supplied method.- Parameters:
- next- the next- Statementin the execution chain
- testMethod- the current test method
- See Also:
 
- 
SpringRepeatDeprecated.Construct a newSpringRepeatstatement for the suppliedtestMethodandrepeatcount.- Parameters:
- next- the next- Statementin the execution chain
- testMethod- the current test method
- repeat- the configured repeat count for the current test method
 
 
- 
- 
Method Details- 
evaluate
 
- 
SpringExtensionand JUnit Jupiter