Uses of Interface
org.mockito.exceptions.PrintableInvocation
Packages that use PrintableInvocation
Package
Description
Invocation and related classes.
Stubbing logic.
Public API related to invocation
-
Uses of PrintableInvocation in org.mockito.internal.exceptions
Subinterfaces of PrintableInvocation in org.mockito.internal.exceptions -
Uses of PrintableInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement PrintableInvocationModifier and TypeClassDescriptionclassMethod call on a mock object.class -
Uses of PrintableInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement PrintableInvocation -
Uses of PrintableInvocation in org.mockito.invocation
Subinterfaces of PrintableInvocation in org.mockito.invocationModifier and TypeInterfaceDescriptioninterfaceProvides information about the invocation, specifically a human readable description and the location.interfaceA method call on a mock object.