Home
last modified time | relevance | path

Searched refs:RetryRule (Results 1 – 1 of 1) 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