PrintableInvocationInvocation, VerificationAwareInvocationInvocationImpl, InvocationMatcher, StubbedInvocationMatcherpublic interface DescribedInvocation extends PrintableInvocation
| Modifier and Type | Method | Description |
|---|---|---|
Location |
getLocation() |
The place in the code where the invocation happened.
|
java.lang.String |
toString() |
Describes the invocation in the human friendly way.
|
java.lang.String toString()
toString in interface PrintableInvocationtoString in class java.lang.ObjectLocation getLocation()
getLocation in interface PrintableInvocation