RepeatRule

class RepeatRule(iterations: Int) : TestRule

TestRule to execute tests multiple times. This can be used to debug flaky tests.

Constructors

Link copied to clipboard
fun RepeatRule(iterations: Int)

Functions

Link copied to clipboard
open override fun apply(base: Statement, description: Description): Statement