Package org.mockito.internal.invocation
Class UnusedStubsFinder
java.lang.Object
org.mockito.internal.invocation.UnusedStubsFinder
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Finds all unused stubs for given mocks
-
Constructor Details
-
UnusedStubsFinder
public UnusedStubsFinder()Deprecated.
-
-
Method Details
-
find
Deprecated.Finds all unused stubs for given mocks- Parameters:
mocks
- full list of mocks
-