Package org.mockito.internal.debugging
Interface FindingsListener
-
- All Known Implementing Classes:
LoggingListener
public interface FindingsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfoundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)voidfoundUnstubbed(InvocationMatcher unstubbed)voidfoundUnusedStub(Invocation unused)
-
-
-
Method Detail
-
foundStubCalledWithDifferentArgs
void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)
-
foundUnusedStub
void foundUnusedStub(Invocation unused)
-
foundUnstubbed
void foundUnstubbed(InvocationMatcher unstubbed)
-
-