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