Class AtLeastXNumberOfInvocationsChecker
- java.lang.Object
-
- org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsChecker
-
public final class AtLeastXNumberOfInvocationsChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AtLeastXNumberOfInvocationsChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount)
static void
checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
-
-
-
Method Detail
-
checkAtLeastNumberOfInvocations
public static void checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount)
-
checkAtLeastNumberOfInvocations
public static void checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
-
-