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