org.mockito.internal.debugging
public class LoggingListener extends Object implements FindingsListener
| Constructor and Description |
|---|
LoggingListener(boolean warnAboutUnstubbed) |
| Modifier and Type | Method and Description |
|---|---|
void |
foundStubCalledWithDifferentArgs(Invocation unused,
InvocationMatcher unstubbed) |
void |
foundUnstubbed(InvocationMatcher unstubbed) |
void |
foundUnusedStub(Invocation unused) |
String |
getStubbingInfo() |
public void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)
foundStubCalledWithDifferentArgs in interface FindingsListenerpublic void foundUnusedStub(Invocation unused)
foundUnusedStub in interface FindingsListenerpublic void foundUnstubbed(InvocationMatcher unstubbed)
foundUnstubbed in interface FindingsListenerpublic String getStubbingInfo()