Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
org.mockito.internal |
Internal classes, not to be used by clients.
|
org.mockito.internal.util |
Static utils
|
Modifier and Type | Method | Description |
---|---|---|
static MockingDetails |
Mockito.mockingDetails(java.lang.Object toInspect) |
Returns a MockingDetails instance that enables inspecting a particular object for Mockito related information.
|
Modifier and Type | Method | Description |
---|---|---|
MockingDetails |
MockitoCore.mockingDetails(java.lang.Object toInspect) |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultMockingDetails |
Class to inspect any object, and identify whether a particular object is either a mock or a spy.
|