Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing
/
RepeatRule
Repeat
Rule
class
RepeatRule
(
iterations
:
Int
)
:
TestRule
TestRule to execute tests multiple times. This can be used to debug flaky tests.
Constructors
Functions
Constructors
Repeat
Rule
Link copied to clipboard
fun
RepeatRule
(
iterations
:
Int
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
base
:
Statement
,
description
:
Description
)
:
Statement