org.mockito.internal.stubbing
Interface InvocationContainer

All Known Implementing Classes:
InvocationContainerImpl

public interface InvocationContainer


Method Summary
 java.util.List<Invocation> getInvocations()
           
 java.util.List<StubbedInvocationMatcher> getStubbedInvocations()
           
 

Method Detail

getInvocations

java.util.List<Invocation> getInvocations()

getStubbedInvocations

java.util.List<StubbedInvocationMatcher> getStubbedInvocations()