Searched refs:RetryRule (Results 1 – 1 of 1) sorted by relevance
14 public class RetryRule implements TestRule { class17 public static RetryRule attempts(final int attempts) { in attempts()18 return new RetryRule(new NumberedAttempts(attempts)); in attempts()21 private RetryRule(TestRule innerRule) { in RetryRule() method in RetryRule