Searched refs:findAnswerFor (Results 1 – 4 of 4) sorted by relevance
85 return findAnswerFor(invocation).answer(invocation); in answerTo()88 public StubbedInvocationMatcher findAnswerFor(Invocation invocation) { in findAnswerFor() method in InvocationContainerImpl
59 c.findAnswerFor(invocation); in doShouldBeThreadSafe()
87 StubbedInvocationMatcher stubbing = invocationContainer.findAnswerFor(invocation); in handle()
104 given(handler.invocationContainer.findAnswerFor(any(Invocation.class))).willReturn(value); in stub_ordinary_invocation_with_invocation_matcher()