org.mockito.internal.exceptions
Interface VerificationAwareInvocation

All Superinterfaces:
PrintableInvocation
All Known Implementing Classes:
Invocation

public interface VerificationAwareInvocation
extends PrintableInvocation


Method Summary
 boolean isVerified()
           
 
Methods inherited from interface org.mockito.exceptions.PrintableInvocation
getLocation, toString
 

Method Detail

isVerified

boolean isVerified()