Interface InvocationListener

    • Method Detail

      • reportInvocation

        void reportInvocation​(MethodInvocationReport methodInvocationReport)
        Called after the invocation of the listener's mock if it returned normally.

        Exceptions caused by this invocationListener will raise a MockitoException.

        Parameters:
        methodInvocationReport - Information about the method call that just happened.
        See Also:
        MethodInvocationReport