Searched refs:minNumberOfInvocations (Results 1 – 5 of 5) sorted by relevance
16 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() argument17 return new AtLeast(minNumberOfInvocations); in atLeast()
36 public VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() argument37 … return copySelfWithNewVerificationMode(VerificationModeFactory.atLeast(minNumberOfInvocations)); in atLeast()
69 VerificationMode atLeast(int minNumberOfInvocations); in atLeast() argument
50 VerificationMode atLeast(int minNumberOfInvocations); in atLeast() argument
2724 public static VerificationMode atLeast(int minNumberOfInvocations) { in atLeast() argument2725 return VerificationModeFactory.atLeast(minNumberOfInvocations); in atLeast()