org.mockito.internal.verification
Class RegisteredInvocations

java.lang.Object
  extended by org.mockito.internal.verification.RegisteredInvocations
All Implemented Interfaces:
java.io.Serializable

public class RegisteredInvocations
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RegisteredInvocations()
           
 
Method Summary
 void add(Invocation invocation)
           
 java.util.List<Invocation> getAll()
           
 boolean isEmpty()
           
 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()

getAll

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

isEmpty

public boolean isEmpty()