Searched refs:NumberedAttempts (Results 1 – 1 of 1) sorted by relevance
18 return new RetryRule(new NumberedAttempts(attempts)); in attempts()29 private static class NumberedAttempts implements TestRule { class in RetryRule32 NumberedAttempts(int attempts) { in NumberedAttempts() method in RetryRule.NumberedAttempts