org.mockito.internal.verification
Class RegisteredInvocations

java.lang.Object
  extended by org.mockito.internal.verification.RegisteredInvocations

public class RegisteredInvocations
extends java.lang.Object


Constructor Summary
RegisteredInvocations()
           
 
Method Summary
 void add(Invocation invocation)
           
 java.util.List<Invocation> getVerifiableInvocations()
           
 void removeLast()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredInvocations

public RegisteredInvocations()
Method Detail

add

public void add(Invocation invocation)

removeLast

public void removeLast()

getVerifiableInvocations

public java.util.List<Invocation> getVerifiableInvocations()