Class ConsoleMockitoLogger

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.Object what)
      Log specified object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsoleMockitoLogger

        public ConsoleMockitoLogger()
    • Method Detail

      • log

        public void log​(java.lang.Object what)
        Description copied from interface: MockitoLogger
        Log specified object.
        Specified by:
        log in interface MockitoLogger
        Parameters:
        what - to be logged