Serializable, InvocationHandlerpublic final class MockInvocationHandler extends Object implements InvocationHandler, Serializable
| Constructor | Description |
|---|---|
MockInvocationHandler(MocksControl control) |
| Modifier and Type | Method | Description |
|---|---|---|
MocksControl |
getControl() |
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public MockInvocationHandler(MocksControl control)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic MocksControl getControl()
Copyright © 2001–2018 EasyMock contributors. All rights reserved.