doc / ch.tutteli.atrium.verbs.assertthat / assertThat

assertThat

fun <T : Any> assertThat(subject: T): ReportingAssertionPlant<T>
Deprecated: Use assertThat from package verbs; will be removed with 1.0.0


fun <T : Any> assertThat(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
Deprecated: Use assertThat from package verbs; will be removed with 1.0.0


fun assertThat(act: () -> Unit): ThrowableThrown.Builder
Deprecated: Use assertThat from package verbs; will be removed with 1.0.0