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