Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnusedStubsFinder

        public UnusedStubsFinder()
        Deprecated.
    • 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