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 TypeMethodDescriptionvoidfoundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) voidfoundUnstubbed(InvocationMatcher unstubbed) voidfoundUnusedStub(Invocation unused)
-
Constructor Details
-
LoggingListener
public LoggingListener(boolean warnAboutUnstubbed)
-
-
Method Details
-
foundStubCalledWithDifferentArgs
- Specified by:
foundStubCalledWithDifferentArgsin interfaceFindingsListener
-
foundUnusedStub
- Specified by:
foundUnusedStubin interfaceFindingsListener
-
foundUnstubbed
- Specified by:
foundUnstubbedin interfaceFindingsListener
-
getStubbingInfo
-