expect

fun <E> expect(value: E): Expect<E>
fun <E> expect(vararg value: E): ExpectCollection<E>
fun <E> expect(collection: Collection<E>?): ExpectCollection<E>
inline fun <E> expect(value: E, builder: Expect<E>.() -> Unit): Expect<E>