org.mockito.internal.verification.api
Class VerificationDataInOrderImpl

java.lang.Object
  extended by org.mockito.internal.verification.api.VerificationDataInOrderImpl
All Implemented Interfaces:
VerificationDataInOrder

public class VerificationDataInOrderImpl
extends java.lang.Object
implements VerificationDataInOrder


Constructor Summary
VerificationDataInOrderImpl(InOrderContext inOrder, java.util.List<Invocation> allInvocations, InvocationMatcher wanted)
           
 
Method Summary
 java.util.List<Invocation> getAllInvocations()
           
 InOrderContext getOrderingContext()
           
 InvocationMatcher getWanted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationDataInOrderImpl

public VerificationDataInOrderImpl(InOrderContext inOrder,
                                   java.util.List<Invocation> allInvocations,
                                   InvocationMatcher wanted)
Method Detail

getAllInvocations

public java.util.List<Invocation> getAllInvocations()
Specified by:
getAllInvocations in interface VerificationDataInOrder

getOrderingContext

public InOrderContext getOrderingContext()
Specified by:
getOrderingContext in interface VerificationDataInOrder

getWanted

public InvocationMatcher getWanted()
Specified by:
getWanted in interface VerificationDataInOrder