Class NumberOfInvocationsInOrderChecker
- java.lang.Object
-
- org.mockito.internal.verification.checkers.NumberOfInvocationsInOrderChecker
-
public class NumberOfInvocationsInOrderChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NumberOfInvocationsInOrderChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(java.util.List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrderContext context)
-
-
-
Method Detail
-
check
public void check(java.util.List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrderContext context)
-
-