Package org.mockito.invocation
Interface DescribedInvocation
-
- All Known Subinterfaces:
Invocation
,MatchableInvocation
public interface DescribedInvocation
Provides 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 Location
getLocation()
The place in the code where the invocation happened.String
toString()
Describes the invocation in the human friendly way.
-