doc / ch.tutteli.atrium.verbs.expect

Package ch.tutteli.atrium.verbs.expect

The @Deprecated version of the assertion verb expect; will be removed with 1.0.0

Functions

expect

fun <T : Any> expect(subject: T): ReportingAssertionPlant<T>
fun <T : Any> expect(subject: T, assertionCreator: Assert<T>.() -> Unit): AssertionPlant<T>
fun expect(act: () -> Unit): ThrowableThrown.Builder