Uses of Interface
org.mockito.listeners.MethodInvocationReport
Packages that use MethodInvocationReport
-
Uses of MethodInvocationReport in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type MethodInvocationReportModifier and TypeMethodDescriptionvoidInvocationListener.reportInvocation(MethodInvocationReport methodInvocationReport) Called after the invocation of the listener's mock if it returned normally.