public class MethodInterceptorFilter extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
Constructor and Description |
---|
MethodInterceptorFilter(org.mockito.internal.InternalMockHandler handler,
org.mockito.mock.MockCreationSettings mockSettings) |
Modifier and Type | Method and Description |
---|---|
org.mockito.internal.invocation.MockitoMethod |
createMockitoMethod(Method method) |
org.mockito.internal.creation.util.MockitoMethodProxy |
createMockitoMethodProxy(net.sf.cglib.proxy.MethodProxy methodProxy) |
org.mockito.invocation.MockHandler |
getHandler() |
Object |
intercept(Object proxy,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
public MethodInterceptorFilter(org.mockito.internal.InternalMockHandler handler, org.mockito.mock.MockCreationSettings mockSettings)
public Object intercept(Object proxy, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept
in interface net.sf.cglib.proxy.MethodInterceptor
Throwable
public org.mockito.invocation.MockHandler getHandler()
public org.mockito.internal.creation.util.MockitoMethodProxy createMockitoMethodProxy(net.sf.cglib.proxy.MethodProxy methodProxy)
public org.mockito.internal.invocation.MockitoMethod createMockitoMethod(Method method)
Copyright © 2007-2017. All Rights Reserved.