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