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