Searched defs:atLeast (Results 1 – 5 of 5) sorted by relevance
83 public VerificationMode atLeast(int minNumberOfInvocations); in atLeast() method
50 public VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in Timeout
16 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in VerificationModeFactory
191 public static <C extends Comparable<?>> Range<C> atLeast(C endpoint) { in atLeast() method in Ranges
1989 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in Mockito