LoggingListenerpublic interface FindingsListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
foundStubCalledWithDifferentArgs(Invocation unused,
InvocationMatcher unstubbed) |
|
void |
foundUnstubbed(InvocationMatcher unstubbed) |
|
void |
foundUnusedStub(Invocation unused) |
void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)
void foundUnusedStub(Invocation unused)
void foundUnstubbed(InvocationMatcher unstubbed)