public final class MockInvocationHandler extends Object implements InvocationHandler, Serializable
Constructor and Description |
---|
MockInvocationHandler(MocksControl control) |
Modifier and Type | Method and 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–2022 EasyMock contributors. All rights reserved.