Package org.mockito.internal.exceptions
Interface VerificationAwareInvocation
-
- All Superinterfaces:
DescribedInvocation
- All Known Implementing Classes:
InterceptedInvocation
public interface VerificationAwareInvocation extends DescribedInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVerified()
-
Methods inherited from interface org.mockito.invocation.DescribedInvocation
getLocation, toString
-
-