Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
org.mockito.mock |
Modifier and Type | Method and Description |
---|---|
MockSettings |
MockSettings.serializable(SerializableMode mode)
Configures the mock to be serializable with a specific serializable mode.
|
Modifier and Type | Method and Description |
---|---|
SerializableMode |
MockCreationSettings.getSerializableMode() |
static SerializableMode |
SerializableMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializableMode[] |
SerializableMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|