Package org.mockito.invocation
Interface DescribedInvocation
-
- All Known Subinterfaces:
Invocation,MatchableInvocation
public interface DescribedInvocationProvides information about the invocation, specifically a human readable description and the location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetLocation()The place in the code where the invocation happened.StringtoString()Describes the invocation in the human friendly way.
-