kotest-assertions / io.kotest.matchers / should

should

infix fun <T> T.should(matcher: Matcher<T>): Unit
infix fun <T> T.should(matcher: (T) -> Unit): Unit