类 MockReset.ResetInvocationListener

java.lang.Object
cn.taketoday.framework.test.mock.mockito.MockReset.ResetInvocationListener
所有已实现的接口:
org.mockito.listeners.InvocationListener
封闭类:
MockReset

private static class MockReset.ResetInvocationListener extends Object implements org.mockito.listeners.InvocationListener
Dummy InvocationListener used to hold the MockReset value.
  • 字段详细资料

  • 构造器详细资料

    • ResetInvocationListener

      ResetInvocationListener(MockReset reset)
  • 方法详细资料

    • getReset

      MockReset getReset()
    • reportInvocation

      public void reportInvocation(org.mockito.listeners.MethodInvocationReport methodInvocationReport)
      指定者:
      reportInvocation 在接口中 org.mockito.listeners.InvocationListener