org.easymock.internal
Class MockInvocationHandler
java.lang.Object
org.easymock.internal.MockInvocationHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler
public final class MockInvocationHandler
- extends Object
- implements InvocationHandler, Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockInvocationHandler
public MockInvocationHandler(MocksControl control)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
getControl
public MocksControl getControl()
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.