Uses of Interface
org.mockito.exceptions.PrintableInvocation
-
Packages that use PrintableInvocation Package Description org.mockito.internal.exceptions org.mockito.internal.invocation Invocation and related classes.org.mockito.internal.stubbing Stubbing logic.org.mockito.invocation Public API related to invocation -
-
Uses of PrintableInvocation in org.mockito.internal.exceptions
Subinterfaces of PrintableInvocation in org.mockito.internal.exceptions Modifier and Type Interface Description interface
VerificationAwareInvocation
-
Uses of PrintableInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement PrintableInvocation Modifier and Type Class Description class
InvocationImpl
Method call on a mock object.class
InvocationMatcher
-
Uses of PrintableInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement PrintableInvocation Modifier and Type Class Description class
StubbedInvocationMatcher
-
Uses of PrintableInvocation in org.mockito.invocation
Subinterfaces of PrintableInvocation in org.mockito.invocation Modifier and Type Interface Description interface
DescribedInvocation
Provides information about the invocation, specifically a human readable description and the location.interface
Invocation
A method call on a mock object.
-