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