public interface FindingsListener
| Modifier and Type | Method and 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)