doc / ch.tutteli.atrium.verbs.assert

Package ch.tutteli.atrium.verbs.assert

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

Functions

assert

fun <T : Any> assert(subject: T): ReportingAssertionPlant<T>
fun <T : Any> assert(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
fun assert(act: () -> Unit): ThrowableThrown.Builder