Package org.mockito.internal.debugging
Class WarningsFinder
- java.lang.Object
-
- org.mockito.internal.debugging.WarningsFinder
-
public class WarningsFinder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WarningsFinder(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
find(FindingsListener findingsListener)
-
-
-
Constructor Detail
-
WarningsFinder
public WarningsFinder(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations)
-
-
Method Detail
-
find
public void find(FindingsListener findingsListener)
-
-