public class ObjectMethodsFilter extends Object implements InvocationHandler, Serializable
| Constructor and Description | 
|---|
| ObjectMethodsFilter(Class<?> toMock,
                   MockInvocationHandler delegate,
                   String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| MockInvocationHandler | getDelegate() | 
| Object | invoke(Object proxy,
      Method method,
      Object[] args) | 
public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, String name)
public final Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic MockInvocationHandler getDelegate()
Copyright © 2001–2014 EasyMock contributors. All rights reserved.