Uses of Class
org.mockito.internal.stubbing.StubbedInvocationMatcher
-
Packages that use StubbedInvocationMatcher Package Description org.mockito.internal.stubbing Stubbing logic.org.mockito.internal.stubbing.defaultanswers Implementations of default Answers. -
-
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing
Fields in org.mockito.internal.stubbing with type parameters of type StubbedInvocationMatcher Modifier and Type Field Description private java.util.LinkedList<StubbedInvocationMatcher>
InvocationContainerImpl. stubbed
Methods in org.mockito.internal.stubbing that return StubbedInvocationMatcher Modifier and Type Method Description StubbedInvocationMatcher
InvocationContainerImpl. addAnswer(Answer<?> answer, boolean isConsecutive, Strictness stubbingStrictness)
Adds new stubbed answer and returns the invocation matcher the answer was added to.StubbedInvocationMatcher
InvocationContainerImpl. findAnswerFor(Invocation invocation)
-
Uses of StubbedInvocationMatcher in org.mockito.internal.stubbing.defaultanswers
Methods in org.mockito.internal.stubbing.defaultanswers that return StubbedInvocationMatcher Modifier and Type Method Description private StubbedInvocationMatcher
ReturnsDeepStubs. recordDeepStubAnswer(java.lang.Object mock, InvocationContainerImpl container)
-