com.advancedpwr.record.mock
Class ClassProxyFactory<T>

java.lang.Object
  extended by com.advancedpwr.record.mock.ClassProxyFactory<T>

public class ClassProxyFactory<T>
extends Object


Nested Class Summary
static class ClassProxyFactory.MockMethodInterceptor
           
 
Constructor Summary
ClassProxyFactory()
           
 
Method Summary
 T createProxy(Class<T> toMock, InvocationHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassProxyFactory

public ClassProxyFactory()
Method Detail

createProxy

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


Copyright © 2011 Advanced Power Co. All Rights Reserved.