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
/
isErrorWithThrowableMessage
is
Error
With
Throwable
Message
fun
<
T
>
Assert
<
AsyncResult
<
T
>
>
.
isErrorWithThrowableMessage
(
expected
:
String
)
Asserts the
AsyncResult
is an
Error
with a throwable message matching
expected
.