Module org.easymock

Class ObjectMethodsFilter

java.lang.Object
org.easymock.internal.ObjectMethodsFilter
All Implemented Interfaces:
Serializable, InvocationHandler

public class ObjectMethodsFilter extends Object implements InvocationHandler, Serializable
The filter catching all calls to the mock. It handles equals, hashCode, toString, and finalize in a special way. Then, for other calls, it delegates to the mock handler.
Author:
OFFIS, Tammo Freese, Henri Tremblay
See Also: