Uses of Class
org.mockito.internal.stubbing.StubbedInvocationMatcher
-
Packages that use StubbedInvocationMatcher Package Description org.mockito.internal.stubbing Stubbing logic. -
-
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing
Methods in org.mockito.internal.stubbing that return StubbedInvocationMatcher Modifier and Type Method Description StubbedInvocationMatcher
InvocationContainerImpl. findAnswerFor(Invocation invocation)
Methods in org.mockito.internal.stubbing that return types with arguments of type StubbedInvocationMatcher Modifier and Type Method Description java.util.List<StubbedInvocationMatcher>
InvocationContainer. getStubbedInvocations()
java.util.List<StubbedInvocationMatcher>
InvocationContainerImpl. getStubbedInvocations()
-