toggle menu
Mokkery
2.5.1
common
switch theme
search in API
mokkery-runtime
/
dev.mokkery.answering
/
returnsFailureBy
returns
Failure
By
infix
fun
<
T
>
AnsweringScope
<
in
Result
<
T
>
>
.
returnsFailureBy
(
function
:
(
)
->
Throwable
)
Function call returns
Result.failure
with exception provided each time by
function
.