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): ReportingAssertionPlant<T>
fun <T : Any> assertThat(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
fun assertThat(act: () -> Unit): ThrowableThrown.Builder