| Package | Description |
|---|---|
| org.mockito.internal.creation |
Mock object creation.
|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableMethod |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
ArgumentsProcessor.expandArgs(MockitoMethod method,
Object[] args) |
| Constructor and Description |
|---|
InterceptedInvocation(MockReference<Object> mockRef,
MockitoMethod mockitoMethod,
Object[] arguments,
RealMethod realMethod,
Location location,
int sequenceNumber) |
Copyright © 2024. All rights reserved.