Interface ProxyMock

  • All Known Implementing Classes:
    MockInvocationHandler

    public interface ProxyMock
    Interface to describe proxy for created Logger.

    For internal use only.

    • Method Detail

      • setMock

        void setMock​(java.lang.Object mock)
      • getMock

        java.lang.Object getMock()
      • clearMock

        void clearMock()
        reset internal mocks state.
      • getMockName

        java.lang.String getMockName()