Class NumberOfInvocationsChecker
java.lang.Object
org.mockito.internal.verification.checkers.NumberOfInvocationsChecker
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount) static voidcheckNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context) static voidcheckNumberOfInvocationsNonGreedy(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context)
-
Method Details
-
checkNumberOfInvocations
public static void checkNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount) -
checkNumberOfInvocations
public static void checkNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context) -
checkNumberOfInvocationsNonGreedy
public static void checkNumberOfInvocationsNonGreedy(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context)
-