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. stubbedMethods in org.mockito.internal.stubbing that return StubbedInvocationMatcher Modifier and Type Method Description StubbedInvocationMatcherInvocationContainerImpl. addAnswer(Answer answer, boolean isConsecutive, Strictness stubbingStrictness)Adds new stubbed answer and returns the invocation matcher the answer was added to.StubbedInvocationMatcherInvocationContainerImpl. 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 StubbedInvocationMatcherReturnsDeepStubs. recordDeepStubAnswer(java.lang.Object mock, InvocationContainerImpl container)
-