Home
last modified time | relevance | path

Searched refs:RetryRule (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockitoutil/
DRetryRule.java14 public class RetryRule implements TestRule { class
17 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
/external/mockito/src/test/java/org/mockitousage/verification/
DVerificationAfterDelayTest.java19 import org.mockitoutil.RetryRule;
38 public RetryRule retryRule = RetryRule.attempts(4);
DVerificationWithTimeoutTest.java20 import org.mockitoutil.RetryRule;
38 public RetryRule retryRule = RetryRule.attempts(4);