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 and Description |
---|---|
static MockingDetails |
Mockito.mockingDetails(Object toInspect)
Returns a MockingDetails instance that enables inspecting a particular object for Mockito related information.
|
Modifier and Type | Method and Description |
---|---|
MockingDetails |
MockitoCore.mockingDetails(Object toInspect) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMockingDetails
Class to inspect any object, and identify whether a particular object is either a mock or a spy.
|