Class VerifiableInvocationsFinder


  • public class VerifiableInvocationsFinder
    extends java.lang.Object
    Author: Szczepan Faber, created at: 4/3/11
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Invocation> find​(java.util.List<?> mocks)  
      • Methods inherited from class java.lang.Object

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

      • VerifiableInvocationsFinder

        private VerifiableInvocationsFinder()
    • Method Detail

      • find

        public static java.util.List<Invocation> find​(java.util.List<?> mocks)