Searched defs:doAnswer (Results 1 – 9 of 9) sorted by relevance
117 infix fun <T> OngoingStubbing<T>.doAnswer(answer: Answer<*>): OngoingStubbing<T> { in doAnswer() method124 infix fun <T> OngoingStubbing<T>.doAnswer(answer: (InvocationOnMock) -> T?): OngoingStubbing<T> { in doAnswer() method
34 fun <T> doAnswer(answer: (InvocationOnMock) -> T?): Stubber { in doAnswer() method
82 Stubber doAnswer(Answer answer); in doAnswer() method
97 doAnswer((inv) -> { in spyOnActivity() method
35 public Stubber doAnswer(Answer answer) { in doAnswer() method in DefaultLenientStubber
118 public Stubber doAnswer(Answer answer) { in doAnswer() method in StubberImpl
176 public StaticCapableStubber doAnswer(Answer answer) { in doAnswer() method in StaticCapableStubber
77 public static StaticCapableStubber doAnswer(Answer answer) { in doAnswer() method in ExtendedMockito
42 private lateinit var doAnswer: Open variable in test.EqTest