| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| org.mockito.internal.creation |
Mock object creation.
|
| org.mockito.internal.creation.settings | |
| org.mockito.mock |
Mock settings related classes.
|
| Modifier and Type | Method and Description |
|---|---|
MockSettings |
MockSettings.stubbingLookupListeners(StubbingLookupListener... listeners)
Add stubbing lookup listener to the mock object.
|
| Modifier and Type | Method and Description |
|---|---|
MockSettings |
MockSettingsImpl.stubbingLookupListeners(StubbingLookupListener... listeners) |
| Modifier and Type | Field and Description |
|---|---|
protected List<StubbingLookupListener> |
CreationSettings.stubbingLookupListeners |
| Modifier and Type | Method and Description |
|---|---|
List<StubbingLookupListener> |
CreationSettings.getStubbingLookupListeners() |
| Modifier and Type | Method and Description |
|---|---|
List<StubbingLookupListener> |
MockCreationSettings.getStubbingLookupListeners()
Returns
StubbingLookupListener instances attached to this mock via MockSettings.stubbingLookupListeners(StubbingLookupListener...). |
Copyright © 2025. All rights reserved.