| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| 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 |
|---|---|
List<StubbingLookupListener> |
MockCreationSettings.getStubbingLookupListeners()
Returns
StubbingLookupListener instances attached to this mock via MockSettings.stubbingLookupListeners(StubbingLookupListener...). |