Package 

Class ProxyMaker

  • All Implemented Interfaces:
    io.mockk.proxy.MockKProxyMaker

    
    public final class ProxyMaker
     implements MockKProxyMaker
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class ProxyMaker.Companion
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> Cancelable<T> proxy(Class<T> clazz, Array<Class<?>> interfaces, MockKInvocationHandler handler, Boolean useDefaultConstructor, Object instance)
      • Methods inherited from class io.mockk.proxy.MockKProxyMaker

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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