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) boolean
-
Constructor Details
-
LoggingListener
-
-
Method Details
-
foundStubCalledWithDifferentArgs
- Specified by:
foundStubCalledWithDifferentArgsin interfaceFindingsListener
-
foundUnusedStub
- Specified by:
foundUnusedStubin interfaceFindingsListener
-
foundUnstubbed
- Specified by:
foundUnstubbedin interfaceFindingsListener
-
isWarnAboutUnstubbed
public boolean isWarnAboutUnstubbed() -
getLogger
-