Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
Modifier and Type | Method and Description |
---|---|
private static InterceptedInvocation |
DefaultInvocationFactory.createInvocation(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
MockCreationSettings settings) |
static InterceptedInvocation |
DefaultInvocationFactory.createInvocation(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
MockCreationSettings settings,
Location location) |