| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
| org.mockito.exceptions |
Exception messages, exception hierarchies.
|
| org.mockito.internal.creation |
Mock object creation.
|
| org.mockito.internal.creation.settings | |
| org.mockito.internal.util |
Static utils
|
| 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 |
|---|---|
void |
Reporter.usingConstructorWithFancySerializable(SerializableMode mode) |
| Modifier and Type | Method and Description |
|---|---|
MockSettings |
MockSettingsImpl.serializable(SerializableMode mode) |
| Modifier and Type | Field and Description |
|---|---|
protected SerializableMode |
CreationSettings.serializableMode |
| Modifier and Type | Method and Description |
|---|---|
SerializableMode |
CreationSettings.getSerializableMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
MockCreationValidator.validateConstructorUse(boolean usingConstructor,
SerializableMode mode) |
| Modifier and Type | Method and Description |
|---|---|
SerializableMode |
MockCreationSettings.getSerializableMode() |
static SerializableMode |
SerializableMode.valueOf(java.lang.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.
|