org.junit.rules.TestRulepublic class RetryRule extends Object implements org.junit.rules.TestRule
| Constructor | Description |
|---|---|
RetryRule(int maxRetryAttempts) |
|
RetryRule(int maxRetryAttempts,
long delay,
TimeUnit timeUnit) |
| Modifier and Type | Method | Description |
|---|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public RetryRule(int maxRetryAttempts)
public RetryRule(int maxRetryAttempts,
long delay,
TimeUnit timeUnit)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.