| Package | Description |
|---|---|
| org.powermock.api.mockito.internal.invocation |
| Modifier and Type | Method and Description |
|---|---|
MethodInterceptorFilter |
MockitoMethodInvocationControl.getInvocationHandler() |
| Constructor and Description |
|---|
MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter,
Object mockInstance,
Method... methodsToMock)
Creates a new instance.
|
MockitoMethodInvocationControl(MethodInterceptorFilter methodInterceptionFilter,
Object delegator,
Object mockInstance,
Method... methodsToMock)
Creates a new instance with a delegator.
|
Copyright © 2007–2016. All rights reserved.