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