org.mockito.invocation
public interface DescribedInvocation
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
The place in the code where the invocation happened.
|
String |
toString()
Describes the invocation in the human friendly way.
|