assertk / assertk / Assert / assertThat

assertThat

(common, jvm) abstract fun <R> assertThat(actual: R, name: String? = this.name): Assert<R>

Asserts on the given value with an optional name.

assertThat(true, name = "true").isTrue()