Class RetryRule
- java.lang.Object
-
- org.apache.sling.commons.testing.junit.RetryRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RetryRule extends Object implements org.junit.rules.TestRule
JUnit Rule that implements retries, see tests for usage example
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_DEFAULT_INTERVAL_MSEC
static int
DEFAULT_DEFAULT_TIMEOUT_MSEC
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
String
toString()
-
-
-
Field Detail
-
DEFAULT_DEFAULT_TIMEOUT_MSEC
public static final int DEFAULT_DEFAULT_TIMEOUT_MSEC
- See Also:
- Constant Field Values
-
DEFAULT_DEFAULT_INTERVAL_MSEC
public static final int DEFAULT_DEFAULT_INTERVAL_MSEC
- See Also:
- Constant Field Values
-
-