expect

fun <E> expect(value: E): Expect<E>
fun <E> expect(vararg value: E): ExpectCollection<E>