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