Class UnusedStubsFinder


  • public class UnusedStubsFinder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Invocation> find​(java.util.List<?> mocks)
      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()
    • Method Detail

      • find

        public java.util.List<Invocation> find​(java.util.List<?> mocks)
        Finds all unused stubs for given mocks
        Parameters:
        mocks -