Serializable
, InvocationHandler
public class ObjectMethodsFilter extends Object implements InvocationHandler, Serializable
Constructor | Description |
---|---|
ObjectMethodsFilter(Class<?> toMock,
MockInvocationHandler delegate,
String name) |
Modifier and Type | Method | 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 InvocationHandler
Throwable
public MockInvocationHandler getDelegate()
Copyright © 2001–2018 EasyMock contributors. All rights reserved.