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 void
foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)
void
foundUnstubbed(InvocationMatcher unstubbed)
void
foundUnusedStub(Invocation unused)
-
-
-
Method Detail
-
foundStubCalledWithDifferentArgs
void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed)
-
foundUnusedStub
void foundUnusedStub(Invocation unused)
-
foundUnstubbed
void foundUnstubbed(InvocationMatcher unstubbed)
-
-