org.easymock.internal

Interface IProxyFactory<T>

public interface IProxyFactory<T>

Method Summary

T
createProxy(Class toMock, InvocationHandler handler)

Method Details

createProxy

public T createProxy(Class toMock,
                     InvocationHandler handler)