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 interfaceVerificationAwareInvocation -
Uses of PrintableInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement PrintableInvocation Modifier and Type Class Description classInvocationImplMethod call on a mock object.classInvocationMatcher -
Uses of PrintableInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement PrintableInvocation Modifier and Type Class Description classStubbedInvocationMatcher -
Uses of PrintableInvocation in org.mockito.invocation
Subinterfaces of PrintableInvocation in org.mockito.invocation Modifier and Type Interface Description interfaceDescribedInvocationProvides information about the invocation, specifically a human readable description and the location.interfaceInvocationA method call on a mock object.
-