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 InvocationHandlerThrowablepublic MocksControl getControl()
Copyright © 2001–2014 EasyMock contributors. All rights reserved.