Class AllInvocationsFinder


  • public class AllInvocationsFinder
    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)
      gets all invocations from mocks.
      • Methods inherited from class java.lang.Object

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

      • AllInvocationsFinder

        public AllInvocationsFinder()
    • Method Detail

      • find

        public java.util.List<Invocation> find​(java.util.List<?> mocks)
        gets all invocations from mocks. Invocations are ordered earlier first.
        Parameters:
        mocks - mocks
        Returns:
        invocations