| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| org.mockito.invocation |
Public API related to mock method invocations.
|
| Modifier and Type | Field and Description |
|---|---|
private InvocationFactory.RealMethodBehavior<?> |
RealMethod.FromBehavior.behavior |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
DefaultInvocationFactory.createInvocation(java.lang.Object target,
MockCreationSettings settings,
java.lang.reflect.Method method,
InvocationFactory.RealMethodBehavior realMethod,
java.lang.Object... args) |
| Constructor and Description |
|---|
FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationFactory.createInvocation(java.lang.Object target,
MockCreationSettings settings,
java.lang.reflect.Method method,
InvocationFactory.RealMethodBehavior realMethod,
java.lang.Object... args)
Creates instance of an
Invocation object. |