-
public class JvmMockKProxyInterceptor extends BaseAdvice
-
-
Constructor Summary
Constructors Constructor Description JvmMockKProxyInterceptor(MockHandlerMap handlers)
-
Method Summary
Modifier and Type Method Description static Objectintercept(long id, Object self, Method method, Array<Object> args, Callable<Object> originalMethod)static ObjectinterceptNoSuper(long id, Object self, Method method, Array<Object> args)-
Methods inherited from class io.mockk.proxy.jvm.advice.BaseAdvice
constructorDone, getId, handle, handler, isMock -
Methods inherited from class io.mockk.proxy.jvm.dispatcher.JvmMockKDispatcher
constructorDone, get, handle, handler, isMock, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-