Class MissingInvocationChecker
java.lang.Object
org.mockito.internal.verification.checkers.MissingInvocationChecker
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckMissingInvocation(List<Invocation> invocations, MatchableInvocation wanted) static voidcheckMissingInvocation(List<Invocation> invocations, MatchableInvocation wanted, InOrderContext context)
-
Method Details
-
checkMissingInvocation
-
checkMissingInvocation
public static void checkMissingInvocation(List<Invocation> invocations, MatchableInvocation wanted, InOrderContext context)
-