Package | Description |
---|---|
org.mockito.internal.junit |
JUnit integration support classes.
|
org.mockito.internal.listeners |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStubbingLookupListener.onStubbingLookup(StubbingLookupEvent event) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StubbingLookupNotifier.Event |
Modifier and Type | Method and Description |
---|---|
void |
StubbingLookupListener.onStubbingLookup(StubbingLookupEvent stubbingLookupEvent)
Called by the framework when Mockito looked up an answer for invocation on a mock.
|