public class ObjectMockInvocationHandler extends BaseInvocationHandler implements net.sf.cglib.proxy.MethodInterceptor
Constructor and Description |
---|
ObjectMockInvocationHandler(InvocationHandler invocationHandler,
String id,
Class clazz,
ProxyFactory proxyFactory,
ExpectationsState expectationsState,
InvocationListener invocationListener,
ObjectReferenceRetriever objectReferenceFromStacktrace) |
Modifier and Type | Method and Description |
---|---|
Object |
intercept(Object proxy,
Method method,
Object[] parameters,
net.sf.cglib.proxy.MethodProxy methodProxy) |
sendInvocationListenerEvent
public ObjectMockInvocationHandler(InvocationHandler invocationHandler, String id, Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
Copyright © 2005-2013 Agical AB. All Rights Reserved.