Uses of Interface
org.mockito.listeners.MethodInvocationReport
Packages that use MethodInvocationReport
Package
Description
Whatever helps in debugging failed tests.
Public classes relative to the listener APIs.
-
Uses of MethodInvocationReport in org.mockito.internal.debugging
Methods in org.mockito.internal.debugging with parameters of type MethodInvocationReportModifier and TypeMethodDescriptionprivate void
VerboseMockInvocationLogger.printReturnedValueOrThrowable
(MethodInvocationReport methodInvocationReport) private void
VerboseMockInvocationLogger.printStubInfo
(MethodInvocationReport methodInvocationReport) void
VerboseMockInvocationLogger.reportInvocation
(MethodInvocationReport methodInvocationReport) -
Uses of MethodInvocationReport in org.mockito.internal.handler
Classes in org.mockito.internal.handler that implement MethodInvocationReport -
Uses of MethodInvocationReport in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type MethodInvocationReportModifier and TypeMethodDescriptionvoid
InvocationListener.reportInvocation
(MethodInvocationReport methodInvocationReport) Called after the invocation of the listener's mock if it returned normally.