kotest-assertions
/
io.kotest.matchers
/
shouldHave
shouldHave
infix
fun
<
T
>
T
.
shouldHave
(
matcher
:
Matcher
<
T
>
)
:
Unit