| Package | Description |
|---|---|
| org.mockito.internal.debugging |
Whatever helps in debugging failed tests
|
| org.mockito.internal.listeners | |
| org.mockito.listeners |
Public classes relative to the call listener.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
VerboseMockInvocationLogger.reportInvocation(MethodInvocationReport methodInvocationReport) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NotifiedMethodInvocationReport |
Report on a method call
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
InvocationListener.reportInvocation(MethodInvocationReport methodInvocationReport) |
Called after the invocation of the listener's mock if it returned normally.
|