doc / ch.tutteli.atrium.verbs.internal / assert

assert

fun <T : Any> assert(subject: T): ReportingAssertionPlant<T>
Deprecated: use ch.tutteli.atrium.api.verbs.expect instead; will be removed with 1.0.0


fun <T : Any> assert(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
Deprecated: use ch.tutteli.atrium.api.verbs.expect instead; will be removed with 1.0.0