Uses of Class
org.mockito.internal.stubbing.StubbedInvocationMatcher
Packages that use StubbedInvocationMatcher
-
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing
Methods in org.mockito.internal.stubbing that return StubbedInvocationMatcherModifier and TypeMethodDescriptionInvocationContainerImpl.addAnswer(Answer<?> answer, boolean isConsecutive, Strictness stubbingStrictness) Adds new stubbed answer and returns the invocation matcher the answer was added to.InvocationContainerImpl.findAnswerFor(Invocation invocation)