Searched defs:atLeast (Results 1 – 6 of 6) sorted by relevance
69 VerificationMode atLeast(int minNumberOfInvocations); in atLeast() method
50 VerificationMode atLeast(int minNumberOfInvocations); in atLeast() method
16 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in VerificationModeFactory
36 public VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in VerificationWrapper
2495 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() method in Mockito
283 public static <C extends Comparable<?>> Range<C> atLeast(C endpoint) { in atLeast() method in Range