strikt-core / strikt.assertions / message

message

val <T : Throwable> Builder<T>.message: Builder<String?>

Maps an assertion on a Throwable to an assertion on its Throwable.message. This mapping also asserts that the message is not null.

Author
Xavier Hanin