| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for for usage. |
| org.mockito.invocation |
Public API related to mock method invocations.
|
| org.mockito.stubbing |
Stubbing related classes.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Answers.answer(InvocationOnMock invocation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Invocation
A method call on a mock object.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Answer.answer(InvocationOnMock invocation) |
void |
ValidableAnswer.validateFor(InvocationOnMock invocation)
Validation of the answer at stub time for the given invocation.
|