public class SynchronizedMockMethodInterceptorFilter
extends org.mockito.internal.creation.MethodInterceptorFilter
| Constructor and Description |
|---|
SynchronizedMockMethodInterceptorFilter(org.mockito.internal.MockitoInvocationHandler handler,
org.mockito.internal.creation.MockSettingsImpl mockSettings) |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(Object proxy,
Method method,
Object[] args,
org.mockito.cglib.proxy.MethodProxy methodProxy) |
public SynchronizedMockMethodInterceptorFilter(org.mockito.internal.MockitoInvocationHandler handler,
org.mockito.internal.creation.MockSettingsImpl mockSettings)
public Object intercept(Object proxy, Method method, Object[] args, org.mockito.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept in interface org.mockito.cglib.proxy.MethodInterceptorintercept in class org.mockito.internal.creation.MethodInterceptorFilterThrowableCopyright © 2013. All Rights Reserved.