class InvocationFactory
extends java.lang.Object
| Constructor and Description |
|---|
InvocationFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.mockito.invocation.Invocation |
createInvocation(java.lang.Object mock,
java.lang.reflect.Method method,
org.mockito.mock.MockCreationSettings settings,
java.lang.Object... arguments) |
private java.util.concurrent.Callable |
createRealMethod(java.lang.Object delegator,
java.lang.reflect.Method method,
java.lang.Object... arguments) |
org.mockito.invocation.Invocation createInvocation(java.lang.Object mock,
java.lang.reflect.Method method,
org.mockito.mock.MockCreationSettings settings,
java.lang.Object... arguments)
private java.util.concurrent.Callable createRealMethod(java.lang.Object delegator,
java.lang.reflect.Method method,
java.lang.Object... arguments)