doc / ch.tutteli.atrium.verbs.assert / assert
assert
fun <T : Any> assert(subject: T): ReportingAssertionPlant<T>
Deprecated: Use assert from package verbs; will be removed with 1.0.0
fun <T : Any> assert(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
Deprecated: Use assert from package verbs; will be removed with 1.0.0
fun assert(act: () -> Unit): ThrowableThrown.Builder
Deprecated: Use assert from package verbs; will be removed with 1.0.0