Class AtLeastXNumberOfInvocationsChecker
java.lang.Object
org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsChecker
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount) static voidcheckAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
-
Method Details
-
checkAtLeastNumberOfInvocations
public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount) -
checkAtLeastNumberOfInvocations
public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
-