| Package | Description |
|---|---|
| org.mockito.stubbing |
Stubbing related classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LenientStubber
Used for declaring optional stubbings with
Mockito.lenient() |
interface |
Stubber
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
|