Package org.mockito.exceptions
Interface PrintableInvocation
-
- All Known Subinterfaces:
DescribedInvocation,Invocation,VerificationAwareInvocation
- All Known Implementing Classes:
InvocationImpl,InvocationMatcher,StubbedInvocationMatcher
@Deprecated public interface PrintableInvocationDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LocationgetLocation()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
toString
java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
getLocation
Location getLocation()
Deprecated.
-
-