Uses of Interface
org.mockito.listeners.MethodInvocationReport
-
Packages that use MethodInvocationReport Package Description org.mockito.internal.debugging Whatever helps in debugging failed testsorg.mockito.internal.listeners org.mockito.listeners Public classes relative to the call listener. -
-
Uses of MethodInvocationReport in org.mockito.internal.debugging
Methods in org.mockito.internal.debugging with parameters of type MethodInvocationReport Modifier and Type Method Description void
VerboseMockInvocationLogger. reportInvocation(MethodInvocationReport methodInvocationReport)
-
Uses of MethodInvocationReport in org.mockito.internal.listeners
Classes in org.mockito.internal.listeners that implement MethodInvocationReport Modifier and Type Class Description class
NotifiedMethodInvocationReport
Report on a method call -
Uses of MethodInvocationReport in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type MethodInvocationReport Modifier and Type Method Description void
InvocationListener. reportInvocation(MethodInvocationReport methodInvocationReport)
Called after the invocation of the listener's mock if it returned normally.
-