mockito package
documentation
mockito
PostExpectation
<
T
>
thenAnswer method
thenAnswer
mockito package
documentation
mockito
PostExpectation
<
T
>
thenAnswer method
PostExpectation class
Constructors
PostExpectation
Properties
hashCode
runtimeType
Methods
thenAnswer
thenReturn
thenThrow
noSuchMethod
toString
Operators
operator ==
thenAnswer method
void
thenAnswer
(
Answering
<
T
>
answer
)
Implementation
void thenAnswer(Answering<T> answer) { return _completeWhen(answer); }