toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKAdditionalAnswerScope
/
andThen
and
Then
infix
fun
andThen
(
returnValue
:
T
)
:
MockKAdditionalAnswerScope
<
T
,
B
>
infix
fun
andThen
(
answer
:
MockKAnswerScope
<
T
,
B
>
.
(
Call
)
->
T
)
:
MockKAdditionalAnswerScope
<
T
,
B
>
Deprecated
Use andThenAnswer instead of andThen.