Interface MockitoSessionLogger


  • @NotExtensible
    public interface MockitoSessionLogger
    Logger for hints emitted when finishing mocking for a MockitoSession.

    This class is intended to be used by framework integrations, e.g. JUnit. When using MockitoSession directly, you'll probably not need it.

    Since:
    2.15.0
    • Method Detail

      • log

        void log​(String hint)
        Logs the hint.
        Parameters:
        hint - to log; never null