Class MissingInvocationChecker
- java.lang.Object
-
- org.mockito.internal.verification.checkers.MissingInvocationChecker
-
public class MissingInvocationChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MissingInvocationChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkMissingInvocation(java.util.List<Invocation> invocations, MatchableInvocation wanted)
static void
checkMissingInvocation(java.util.List<Invocation> invocations, MatchableInvocation wanted, InOrderContext context)
-
-
-
Method Detail
-
checkMissingInvocation
public static void checkMissingInvocation(java.util.List<Invocation> invocations, MatchableInvocation wanted)
-
checkMissingInvocation
public static void checkMissingInvocation(java.util.List<Invocation> invocations, MatchableInvocation wanted, InOrderContext context)
-
-