Class ScenarioTestSequence.Builder
java.lang.Object
fr.fidorial.testing.ScenarioTestSequence.Builder
- Enclosing class:
ScenarioTestSequence
Gathers steps for a
ScenarioTestSequence.
Steps only start ticking once build() is called.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Runs theactiononce, then moves to the next step.Retries theassertionevery tick until it stops throwingScenarioAssertionException.
-
Method Details
-
execute
Runs theactiononce, then moves to the next step. -
waitUntil
Retries theassertionevery tick until it stops throwingScenarioAssertionException. -
build
-