Uses of Class
org.mockito.internal.stubbing.StubbedInvocationMatcher

Packages that use StubbedInvocationMatcher
org.mockito.internal.stubbing Stubbing logic. 
 

Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing
 

Methods in org.mockito.internal.stubbing that return StubbedInvocationMatcher
 StubbedInvocationMatcher InvocationContainerImpl.findAnswerFor(Invocation invocation)
           
 

Methods in org.mockito.internal.stubbing that return types with arguments of type StubbedInvocationMatcher
 java.util.List<StubbedInvocationMatcher> InvocationContainerImpl.getStubbedInvocations()
           
 java.util.List<StubbedInvocationMatcher> InvocationContainer.getStubbedInvocations()