| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation and related classes.
|
| org.mockito.invocation |
Public API related to invocation
|
| Modifier and Type | Class and Description |
|---|---|
class |
StubInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
StubInfo |
InvocationImpl.stubInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationImpl.markStubbed(StubInfo stubInfo) |
| Modifier and Type | Method and Description |
|---|---|
StubInfo |
Invocation.stubInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.markStubbed(StubInfo stubInfo)
Marks this invocation as stubbed.
|