Package org.jboss.windup.testutil.rules
Class RetryRule
- java.lang.Object
-
- org.jboss.windup.testutil.rules.RetryRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RetryRule extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description RetryRule(int retryCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-