Package org.mockito.internal.debugging
Interface FindingsListener
- All Known Implementing Classes:
LoggingListener
public interface FindingsListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidfoundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) voidfoundUnstubbed(InvocationMatcher unstubbed) voidfoundUnusedStub(Invocation unused)
-
Method Details
-
foundStubCalledWithDifferentArgs
-
foundUnusedStub
-
foundUnstubbed
-