public class RetryRule extends Object implements org.junit.rules.TestRule
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DEFAULT_INTERVAL_MSEC |
static int |
DEFAULT_DEFAULT_TIMEOUT_MSEC |
Constructor and Description |
---|
RetryRule()
Create a RetryRule with default values for default timeout and interval
|
RetryRule(long defaultTimeout,
long defaultInterval)
Create a RetryRule with specific values for default timeout and interval
|
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
String |
toString() |
public static final int DEFAULT_DEFAULT_TIMEOUT_MSEC
public static final int DEFAULT_DEFAULT_INTERVAL_MSEC
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.