org.easymock.internal

Class MockInvocationHandler

Implemented Interfaces:
InvocationHandler

public final class MockInvocationHandler
extends java.lang.Object
implements InvocationHandler

Constructor Summary

MockInvocationHandler(MocksControl control)

Method Summary

MocksControl
getControl()
Object
invoke(Object proxy, Method method, Object[] args)

Constructor Details

MockInvocationHandler

public MockInvocationHandler(MocksControl control)

Method Details

getControl

public MocksControl getControl()

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
            throws Throwable