doc / ch.tutteli.atrium.verbs.assertthat

Package ch.tutteli.atrium.verbs.assertthat

The @Deprecated version of the assertion verb assertThat; will be removed with 1.0.0

Functions

assertThat

fun <T : Any> assertThat(subject: T): <ERROR CLASS>
fun <T : Any> assertThat(subject: T, assertionCreator: Assert<T>.() -> Unit): <ERROR CLASS>
fun assertThat(act: () -> Unit): Builder