org.mockito.internal.debugging
Interface FindingsListener

All Known Implementing Classes:
LoggingListener

public interface FindingsListener


Method Summary
 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)