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