public class RetryRule extends Object implements org.junit.rules.TestRule
Constructor and Description |
---|
RetryRule(int maxRetryAttempts) |
RetryRule(int maxRetryAttempts,
long delay,
TimeUnit timeUnit) |
Modifier and Type | Method and 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 © 2024. All rights reserved.