Package | Description |
---|---|
org.powermock.api.mockito.internal.invocation | |
org.powermock.api.mockito.internal.mockcreation |
Modifier and Type | Field and Description |
---|---|
private MethodInterceptorFilter |
MockitoMethodInvocationControl.methodInterceptorFilter |
Modifier and Type | Method and Description |
---|---|
MethodInterceptorFilter |
MockitoMethodInvocationControl.getInvocationHandler() |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
MockitoMethodInvocationControl.performIntercept(MethodInterceptorFilter invocationHandler,
java.lang.Object interceptionObject,
java.lang.reflect.Method method,
java.lang.Object[] arguments) |
Constructor and Description |
---|
MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter,
java.lang.Object mockInstance,
java.lang.reflect.Method... methodsToMock)
Creates a new instance.
|
MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter,
java.lang.Object delegator,
java.lang.Object mockInstance,
java.lang.reflect.Method... methodsToMock)
Creates a new instance with a delegator.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PowerMockMethodInterceptorFilter |