org.mockito.internal.debugging
Class WarningsFinder

java.lang.Object
  extended by org.mockito.internal.debugging.WarningsFinder

public class WarningsFinder
extends java.lang.Object


Constructor Summary
WarningsFinder(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations)
           
 
Method Summary
 void find(FindingsListener findingsListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningsFinder

public WarningsFinder(java.util.List<Invocation> unusedStubs,
                      java.util.List<InvocationMatcher> allInvocations)
Method Detail

find

public void find(FindingsListener findingsListener)