Searched refs:RetryRule (Results 1 – 3 of 3) 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
19 import org.mockitoutil.RetryRule;38 public RetryRule retryRule = RetryRule.attempts(4);
20 import org.mockitoutil.RetryRule;38 public RetryRule retryRule = RetryRule.attempts(4);