open class SpringRepeat : Statement
SpringRepeat is a custom JUnit Statement which adds support for Spring's org.springframework.test.annotation.Repeat annotation by repeating the test the specified number of times.
Author
Sam Brannen
Since
3.0
See Also
#evaluate()
SpringRepeat(next: Statement, testMethod: Method)
Construct a new SpringRepeat(next: Statement, testMethod: Method, repeat: Int)
Construct a new |
open fun evaluate(): Unit
Evaluate the next Statement in the execution chain repeatedly, using the specified repeat count. |