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