java.io.Serializable, java.lang.reflect.InvocationHandlerpublic class ObjectMethodsFilter
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
| Constructor | Description |
|---|---|
ObjectMethodsFilter(java.lang.Class<?> toMock,
MockInvocationHandler delegate,
java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
MockInvocationHandler |
getDelegate() |
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public ObjectMethodsFilter(java.lang.Class<?> toMock,
MockInvocationHandler delegate,
java.lang.String name)
public final java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic MockInvocationHandler getDelegate()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.