| Package | Description |
|---|---|
| org.mockito.internal.creation |
Mock object creation.
|
| org.mockito.internal.invocation |
Invocation and related classes.
|
| org.mockito.internal.util |
Static utils
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DelegatingMethod |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SerializableMethod |
| Constructor | Description |
|---|---|
InvocationImpl(java.lang.Object mock,
MockitoMethod mockitoMethod,
java.lang.Object[] args,
int sequenceNumber,
RealMethod realMethod) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ObjectMethodsGuru.isToString(MockitoMethod method) |