org.mockito.internal.verification.api
Interface VerificationData

All Known Implementing Classes:
VerificationDataImpl

public interface VerificationData


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

Method Detail

getAllInvocations

java.util.List<Invocation> getAllInvocations()

getWanted

InvocationMatcher getWanted()