org.mockito.internal.verification.api
Interface VerificationDataInOrder

All Known Implementing Classes:
VerificationDataInOrderImpl

public interface VerificationDataInOrder


Method Summary
 java.util.List<Invocation> getAllInvocations()
           
 InOrderContext getOrderingContext()
           
 InvocationMatcher getWanted()
           
 

Method Detail

getAllInvocations

java.util.List<Invocation> getAllInvocations()

getWanted

InvocationMatcher getWanted()

getOrderingContext

InOrderContext getOrderingContext()