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 Summary

    Modifier and Type
    Method
    Description
    void
    log(String hint)
    Logs the hint.
  • Method Details

    • log

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