doc / ch.tutteli.atrium.verbs.expect / expect

expect

fun <T : Any> expect(subject: T): ReportingAssertionPlant<T>
Deprecated: Use expect from package verbs; will be removed with 1.0.0


fun <T : Any> expect(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
Deprecated: Use expect from package verbs; will be removed with 1.0.0


fun expect(act: () -> Unit): ThrowableThrown.Builder
Deprecated: Use expect from package verbs; will be removed with 1.0.0