Uses of Class
org.powermock.api.mockito.repackaged.MethodInterceptorFilter
-
Packages that use MethodInterceptorFilter Package Description org.powermock.api.mockito.internal.invocation org.powermock.api.mockito.internal.mockcreation -
-
Uses of MethodInterceptorFilter in org.powermock.api.mockito.internal.invocation
Fields in org.powermock.api.mockito.internal.invocation declared as MethodInterceptorFilter Modifier and Type Field Description private MethodInterceptorFilter
MockitoMethodInvocationControl. methodInterceptorFilter
Methods in org.powermock.api.mockito.internal.invocation that return MethodInterceptorFilter Modifier and Type Method Description MethodInterceptorFilter
MockitoMethodInvocationControl. getInvocationHandler()
Methods in org.powermock.api.mockito.internal.invocation with parameters of type MethodInterceptorFilter Modifier and Type Method Description private java.lang.Object
MockitoMethodInvocationControl. performIntercept(MethodInterceptorFilter invocationHandler, java.lang.Object interceptionObject, java.lang.reflect.Method method, java.lang.Object[] arguments)
Constructors in org.powermock.api.mockito.internal.invocation with parameters of type MethodInterceptorFilter Constructor Description MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter, java.lang.Object delegator, java.lang.Object mockInstance, java.lang.reflect.Method... methodsToMock)
Creates a new instance with a delegator.MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter, java.lang.Object mockInstance, java.lang.reflect.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 Modifier and Type Class Description (package private) class
PowerMockMethodInterceptorFilter
-