org.easymock.internal
Class JavaProxyFactory<T>
java.lang.Object
org.easymock.internal.JavaProxyFactory<T>
- Type Parameters:
T
- Type of the values compared
- All Implemented Interfaces:
- IProxyFactory<T>
public class JavaProxyFactory<T>
- extends Object
- implements IProxyFactory<T>
- Author:
- OFFIS, Tammo Freese
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaProxyFactory
public JavaProxyFactory()
createProxy
public T createProxy(Class<T> toMock,
InvocationHandler handler)
- Specified by:
createProxy
in interface IProxyFactory<T>
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.