Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
org.mockito.invocation |
Public API related to mock method invocations.
|
Modifier and Type | Class and Description |
---|---|
class |
StubInfoImpl |
Modifier and Type | Field and Description |
---|---|
private StubInfo |
InterceptedInvocation.stubInfo |
Modifier and Type | Method and Description |
---|---|
StubInfo |
InterceptedInvocation.stubInfo() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptedInvocation.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.
|