Uses of Class
org.powermock.api.mockito.repackaged.MethodInterceptorFilter
Packages that use MethodInterceptorFilter
Package
Description
-
Uses of MethodInterceptorFilter in org.powermock.api.mockito.internal.invocation
Fields in org.powermock.api.mockito.internal.invocation declared as MethodInterceptorFilterModifier and TypeFieldDescriptionprivate final MethodInterceptorFilter
MockitoMethodInvocationControl.methodInterceptorFilter
Methods in org.powermock.api.mockito.internal.invocation that return MethodInterceptorFilterMethods in org.powermock.api.mockito.internal.invocation with parameters of type MethodInterceptorFilterModifier and TypeMethodDescriptionprivate Object
MockitoMethodInvocationControl.performIntercept
(MethodInterceptorFilter invocationHandler, Object interceptionObject, Method method, Object[] arguments) Constructors in org.powermock.api.mockito.internal.invocation with parameters of type MethodInterceptorFilterModifierConstructorDescriptionMockitoMethodInvocationControl
(MethodInterceptorFilter methodInterceptionFilter, Object delegator, Object mockInstance, Method... methodsToMock) Creates a new instance with a delegator.MockitoMethodInvocationControl
(MethodInterceptorFilter methodInterceptionFilter, Object mockInstance, Method... methodsToMock) Creates a new instance. -
Uses of MethodInterceptorFilter in org.powermock.api.mockito.internal.mockcreation
Subclasses of MethodInterceptorFilter in org.powermock.api.mockito.internal.mockcreation