Uses of Class
dev.aherscu.qa.jgiven.commons.utils.StepWithDescription
-
Packages that use StepWithDescription Package Description dev.aherscu.qa.jgiven.commons.steps -
-
Uses of StepWithDescription in dev.aherscu.qa.jgiven.commons.steps
Methods in dev.aherscu.qa.jgiven.commons.steps with parameters of type StepWithDescription Modifier and Type Method Description SELF
GenericVerifications. eventually(StepWithDescription<SELF> step, net.jodah.failsafe.Policy<SELF>... additionalRetryPolicies)
Executes specified step on same thread, and repeats it uponAssertionError
.SELF
GenericActions. retrying(StepWithDescription<SELF> step)
Retries specified step according to pre-configuredStageEx.retryPolicy
.SELF
GenericActions. safely(StepWithDescription<SELF> step)
Safely executes specified step, swallowing all exceptions.
-