Uses of Class
org.powermock.api.mockito.repackaged.MethodInterceptorFilter
-
Packages that use MethodInterceptorFilter Package Description org.powermock.api.mockito.internal.invocation -
-
Uses of MethodInterceptorFilter in org.powermock.api.mockito.internal.invocation
Methods in org.powermock.api.mockito.internal.invocation that return MethodInterceptorFilter Modifier and Type Method Description MethodInterceptorFilter
MockitoMethodInvocationControl. getInvocationHandler()
Constructors in org.powermock.api.mockito.internal.invocation with parameters of type MethodInterceptorFilter Constructor Description MockitoMethodInvocationControl(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.
-