T - type of the proxy createdpublic class ClassProxyFactory<T> extends Object implements IProxyFactory<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassProxyFactory.MockMethodInterceptor |
| Constructor and Description |
|---|
ClassProxyFactory() |
public T createProxy(Class<T> toMock, InvocationHandler handler)
createProxy in interface IProxyFactory<T>Copyright © 2010-2013 Henri Tremblay. All Rights Reserved.