Package org.mockito.internal.invocation
Class UnusedStubsFinder
- java.lang.Object
-
- org.mockito.internal.invocation.UnusedStubsFinder
-
@Deprecated public class UnusedStubsFinder extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description UnusedStubsFinder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<Invocation>
find(java.util.List<?> mocks)
Deprecated.Finds all unused stubs for given mocks
-
-
-
Method Detail
-
find
public java.util.List<Invocation> find(java.util.List<?> mocks)
Deprecated.Finds all unused stubs for given mocks- Parameters:
mocks
- full list of mocks
-
-