java.io.Serializable
, java.lang.reflect.InvocationHandler
public final class MockInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Constructor | Description |
---|---|
MockInvocationHandler(MocksControl control) |
Modifier and Type | Method | Description |
---|---|---|
MocksControl |
getControl() |
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public MockInvocationHandler(MocksControl control)
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
public MocksControl getControl()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.