org.easymock.internal
Interface IProxyFactory<T>

Type Parameters:
T - Type of the values compared
All Known Implementing Classes:
ClassProxyFactory, JavaProxyFactory

public interface IProxyFactory<T>

Author:
OFFIS, Tammo Freese

Method Summary
 T createProxy(Class<T> toMock, InvocationHandler handler)
           
 

Method Detail

createProxy

T createProxy(Class<T> toMock,
              InvocationHandler handler)


Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.