Class springRepeat
java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.springRepeat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.LogDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionspringRepeat(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
-
logger
protected static final org.apache.commons.logging.Log loggerDeprecated.
-
-
Constructor Details
-
springRepeat
Deprecated.Construct a newspringRepeatstatement for the suppliedtestMethod, retrieving the configured repeat count from the@Repeatannotation on the supplied method.- Parameters:
next- the nextStatementin the execution chaintestMethod- the current test method- See Also:
-
springRepeat
Deprecated.Construct a newspringRepeatstatement for the suppliedtestMethodandrepeatcount.- Parameters:
next- the nextStatementin the execution chaintestMethod- the current test methodrepeat- the configured repeat count for the current test method
-
-
Method Details
-
evaluate
-
springExtensionand JUnit Jupiter