AsyncResult
Toggle table of contents
0.1.9
common
Target filter
common
Switch theme
Search in API
Skip to content
AsyncResult
asyncresult-test
/
io.nlopez.asyncresult.test
/
assertErrorWithId
assert
Error
With
Id
suspend
fun
<
T
>
Flow
<
AsyncResult
<
T
>
>
.
assertErrorWithId
(
expected
:
ErrorId
)
Asserts the first terminal emission from the flow is
Error
with the given
ErrorId
.