org.easymock.classextension.internal
Interface ClassProxyFactory.MockMethodInterceptor

All Superinterfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
Enclosing class:
ClassProxyFactory<T>

public static interface ClassProxyFactory.MockMethodInterceptor
extends net.sf.cglib.proxy.MethodInterceptor


Method Summary
 java.lang.reflect.InvocationHandler getHandler()
           
 void setMockedMethods(java.lang.reflect.Method... mockedMethods)
           
 
Methods inherited from interface net.sf.cglib.proxy.MethodInterceptor
intercept
 

Method Detail

getHandler

java.lang.reflect.InvocationHandler getHandler()

setMockedMethods

void setMockedMethods(java.lang.reflect.Method... mockedMethods)


Copyright © 2009. All Rights Reserved.