Uses of Class
org.mockito.internal.stubbing.StubbedInvocationMatcher
Packages that use StubbedInvocationMatcher
Package
Description
Stubbing logic.
Implementations of default Answers.
-
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing
Fields in org.mockito.internal.stubbing with type parameters of type StubbedInvocationMatcherModifier and TypeFieldDescriptionprivate final LinkedList
<StubbedInvocationMatcher> InvocationContainerImpl.stubbed
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) -
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing.defaultanswers
Methods in org.mockito.internal.stubbing.defaultanswers that return StubbedInvocationMatcherModifier and TypeMethodDescriptionprivate StubbedInvocationMatcher
ReturnsDeepStubs.recordDeepStubAnswer
(Object mock, InvocationContainerImpl container)