Serializable
, InvocationHandler
public 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 InvocationHandler
Throwable
public MocksControl getControl()
Copyright © 2001–2018 EasyMock contributors. All rights reserved.