| Package | Description |
|---|---|
| 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 |
|---|---|
MockName |
MockSettingsImpl.getMockName() |
| Modifier and Type | Field and Description |
|---|---|
protected MockName |
CreationSettings.mockName |
| Modifier and Type | Method and Description |
|---|---|
MockName |
CreationSettings.getMockName() |
| Modifier and Type | Method and Description |
|---|---|
CreationSettings<T> |
CreationSettings.setMockName(MockName mockName) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockNameImpl |
| Modifier and Type | Method and Description |
|---|---|
MockName |
MockUtil.getMockName(java.lang.Object mock) |
| Modifier and Type | Method and Description |
|---|---|
MockName |
MockCreationSettings.getMockName()
the name of this mock, as printed on verification errors; see
MockSettings.name(java.lang.String). |