Class NonGreedyNumberOfInvocationsInOrderChecker
- java.lang.Object
-
- org.mockito.internal.verification.checkers.NonGreedyNumberOfInvocationsInOrderChecker
-
public class NonGreedyNumberOfInvocationsInOrderChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NonGreedyNumberOfInvocationsInOrderChecker()
-
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)
-
-