Class ProxyBasedMockFactory


  • public class ProxyBasedMockFactory
    extends java.lang.Object
    Some implementation details of this class are inspired from Spring, EasyMock Class Extensions, JMock, Mockito, and this thread: http://www.nabble.com/Callbacks%2C-classes-and-instances-to4092596.html
    Author:
    Peter Niederwieser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create​(java.lang.Class<?> mockType, java.util.List<java.lang.Class<?>> additionalInterfaces, java.util.List<java.lang.Object> constructorArgs, IProxyBasedMockInterceptor mockInterceptor, java.lang.ClassLoader classLoader, boolean useObjenesis)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait