Package org.mockito.internal.debugging
Class LoggingListener
java.lang.Object
org.mockito.internal.debugging.LoggingListener
- All Implemented Interfaces:
FindingsListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
foundStubCalledWithDifferentArgs
(Invocation unused, InvocationMatcher unstubbed) void
foundUnstubbed
(InvocationMatcher unstubbed) void
foundUnusedStub
(Invocation unused) boolean
-
Constructor Details
-
LoggingListener
-
-
Method Details
-
foundStubCalledWithDifferentArgs
- Specified by:
foundStubCalledWithDifferentArgs
in interfaceFindingsListener
-
foundUnusedStub
- Specified by:
foundUnusedStub
in interfaceFindingsListener
-
foundUnstubbed
- Specified by:
foundUnstubbed
in interfaceFindingsListener
-
isWarnAboutUnstubbed
public boolean isWarnAboutUnstubbed() -
getLogger
-