类 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.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) MockResetgetReset()voidreportInvocation(org.mockito.listeners.MethodInvocationReport methodInvocationReport)
-
字段详细资料
-
reset
-
-
构造器详细资料
-
ResetInvocationListener
ResetInvocationListener(MockReset reset)
-
-
方法详细资料
-
getReset
MockReset getReset() -
reportInvocation
public void reportInvocation(org.mockito.listeners.MethodInvocationReport methodInvocationReport) - 指定者:
reportInvocation在接口中org.mockito.listeners.InvocationListener
-