The @Deprecated version of the assertion verb expect; will be removed with 1.0.0
@Deprecated
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