| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RealMethod.FromBehavior |
static class |
RealMethod.FromCallable |
static class |
RealMethod.IsIllegal |
| Modifier and Type | Field and Description |
|---|---|
static RealMethod |
InterceptedInvocation.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
static InterceptedInvocation |
DefaultInvocationFactory.createInvocation(Object mock,
Method invokedMethod,
Object[] arguments,
RealMethod realMethod,
MockCreationSettings settings,
Location location) |
| Constructor and Description |
|---|
InterceptedInvocation(MockReference<Object> mockRef,
MockitoMethod mockitoMethod,
Object[] arguments,
RealMethod realMethod,
Location location,
int sequenceNumber) |
Copyright © 2024. All rights reserved.