java.io.Serializable
, java.lang.reflect.InvocationHandler
public 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.InvocationHandler
java.lang.Throwable
public MockInvocationHandler getDelegate()
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.