Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
org.mockito.internal |
Internal classes, not to be used by clients.
|
org.mockito.internal.stubbing |
Stubbing logic.
|
org.mockito.internal.stubbing.defaultanswers |
Implementations of default Answers.
|
Modifier and Type | Field and Description |
---|---|
(package private) static MockitoCore |
Mockito.MOCKITO_CORE |
Modifier and Type | Field and Description |
---|---|
private MockitoCore |
InOrderImpl.mockitoCore |
Modifier and Type | Field and Description |
---|---|
private static MockitoCore |
DefaultLenientStubber.MOCKITO_CORE |
Modifier and Type | Field and Description |
---|---|
private static MockitoCore |
ReturnsDeepStubs.LazyHolder.MOCKITO_CORE |
private MockitoCore |
ReturnsMocks.mockitoCore |
Modifier and Type | Method and Description |
---|---|
private static MockitoCore |
ReturnsDeepStubs.mockitoCore() |