org.mockito.internal.invocation.finder
Class AllInvocationsFinder

java.lang.Object
  extended by org.mockito.internal.invocation.finder.AllInvocationsFinder

public class AllInvocationsFinder
extends java.lang.Object


Constructor Summary
AllInvocationsFinder()
           
 
Method Summary
 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