strikt-core / strikt.assertions / succeeded

succeeded

fun <T> Builder<Result<T>>.succeeded(): Builder<T>
Deprecated: Replaced with isSuccess()

Asserts that the subject is a successful result and maps this assertion to an assertion over the result value.

See Also

Result.isSuccess