kotest-assertions-core
/
io.kotest.matchers.throwable
/
kotlin.Throwable
/
shouldNotHaveMessage
shouldNotHaveMessage
infix
fun
Throwable
.
shouldNotHaveMessage
(
message
:
String
)
:
Unit