The @Deprecated version of the assertion verb expect; will be removed with 1.0.0
@Deprecated
expect
fun <T : Any> expect(subject: T): <ERROR CLASS>
fun <T : Any> expect(subject: T, assertionCreator: Assert<T>.() -> Unit): <ERROR CLASS>
fun expect(act: () -> Unit): Builder