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 intDEFAULT_DEFAULT_INTERVAL_MSECstatic intDEFAULT_DEFAULT_TIMEOUT_MSEC
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)StringtoString()
-
-
-
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
-
-