Package 

Interface MockKAgentLogger

    • Method Summary

      Modifier and Type Method Description
      abstract Unit debug(String msg)
      abstract Unit trace(String msg)
      abstract Unit trace(Throwable ex, String msg)
      abstract Unit warn(String msg)
      abstract Unit warn(Throwable ex, String msg)
      • Methods inherited from class io.mockk.proxy.MockKAgentLogger

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait