doc / ch.tutteli.atrium.verbs.assertthat / assertThat
assertThat
fun <T : Any> assertThat(subject: T): <ERROR CLASS>
(source)
Deprecated: UseassertThat from package verbs; will be removed with 1.0.0
fun <T : Any> assertThat(subject: T, assertionCreator: Assert<T>.() -> Unit): <ERROR CLASS>
(source)
Deprecated: UseassertThat from package verbs; will be removed with 1.0.0
fun assertThat(act: () -> Unit): Builder
(source)
Deprecated: UseassertThat from package verbs; will be removed with 1.0.0