org.mockito.internal.invocation.finder
Class VerifiableInvocationsFinder

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

public class VerifiableInvocationsFinder
extends java.lang.Object

Author: Szczepan Faber, created at: 4/3/11


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

public VerifiableInvocationsFinder()
Method Detail

find

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