Skip navigation links
Mockito 4.1.0 API
org.mockito.listeners

Interface VerificationStartedListener

    • Method Detail

      • onVerificationStarted

        void onVerificationStarted(VerificationStartedEvent event)
        Triggered when the user calls Mockito.verify(). For details see VerificationStartedListener.
        Parameters:
        event - object that allows to identify and replace mock for verification.
        Since:
        2.11.0