Class RetryRule
- java.lang.Object
-
- software.amazon.awssdk.testutils.retry.RetryRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RetryRule extends Object implements org.junit.rules.TestRule
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
-
-
Constructor Detail
-
RetryRule
public RetryRule(int maxRetryAttempts)
-
RetryRule
public RetryRule(int maxRetryAttempts, long delay, TimeUnit timeUnit)
-
-