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