Package software.amazon.awssdk.testutils.retry
-
Class Summary Class Description AssertCallable Base class for assertion logic, used byRetryableAssertion.RetryableAction<T> Utility to repeatedly invoke an action that returns a result until it succeeds or the max allowed attempts is reached.RetryableAssertion Utility to repeatedly invoke assertion logic until it succeeds or the max allowed attempts is reached.RetryableParams Parameters forRetryableAssertion.RetryableTestExtension RetryRule -
Exception Summary Exception Description NonRetryableException Normally all exceptions are retried byRetryableAction. -
Error Summary Error Description RetryableError NormallyError's are not retried byRetryableAction. -
Annotation Types Summary Annotation Type Description RetryableTest Denotes that a method is a test template for a retryable test.