isErrorWithThrowableOfType

inline fun <E : Throwable> Assert<AsyncResult<*>>.isErrorWithThrowableOfType(): Assert<E>

Asserts the AsyncResult is an Error with a throwable of the specified type.