Uses of Class
software.amazon.awssdk.testutils.retry.AssertCallable
-
Packages that use AssertCallable Package Description software.amazon.awssdk.testutils.retry -
-
Uses of AssertCallable in software.amazon.awssdk.testutils.retry
Methods in software.amazon.awssdk.testutils.retry with parameters of type AssertCallable Modifier and Type Method Description static voidRetryableAssertion. doRetryableAssert(AssertCallable callable, RetryableParams params)Static method to repeatedly call assertion logic until it succeeds or the max allowed attempts is reached.
-