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() |
String |
getName() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, String name)
public String getName()
public final Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public MockInvocationHandler getDelegate()
Copyright © 2001–2022 EasyMock contributors. All rights reserved.