Class NumberOfInvocationsInOrderChecker
java.lang.Object
org.mockito.internal.verification.checkers.NumberOfInvocationsInOrderChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrderContext context)
-
Constructor Details
-
NumberOfInvocationsInOrderChecker
public NumberOfInvocationsInOrderChecker()
-
-
Method Details
-
check
public void check(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrderContext context)
-