Class AtLeastXNumberOfInvocationsChecker
java.lang.Object
org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkAtLeastNumberOfInvocations
(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount) static void
checkAtLeastNumberOfInvocations
(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
-
Constructor Details
-
AtLeastXNumberOfInvocationsChecker
private AtLeastXNumberOfInvocationsChecker()
-
-
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)
-