org.mockito.internal.verification.checkers
Class MissingInvocationChecker

java.lang.Object
  extended by org.mockito.internal.verification.checkers.MissingInvocationChecker

public class MissingInvocationChecker
extends java.lang.Object


Constructor Summary
MissingInvocationChecker()
           
 
Method Summary
 void check(java.util.List<Invocation> invocations, InvocationMatcher wanted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingInvocationChecker

public MissingInvocationChecker()
Method Detail

check

public void check(java.util.List<Invocation> invocations,
                  InvocationMatcher wanted)