Class UnusedStubsFinder

java.lang.Object
org.mockito.internal.invocation.UnusedStubsFinder

@Deprecated public class UnusedStubsFinder extends Object
Deprecated.
  • Constructor Details

    • UnusedStubsFinder

      public UnusedStubsFinder()
      Deprecated.
  • Method Details

    • find

      public List<Invocation> find(List<?> mocks)
      Deprecated.
      Finds all unused stubs for given mocks
      Parameters:
      mocks - full list of mocks