doc / ch.tutteli.atrium.logic.utils / ArgumentMapperBuilder / toExpect

toExpect

inline fun <reified R> toExpect(crossinline assertionCreator: Expect<R>.(T) -> Unit): Pair<Expect<R>.() -> Unit, Array<Expect<R>.() -> Unit>> (source)

Maps each argument to an Expect<R> lambda with receiver using the given assertionCreator (passing in the argument).

Returns
The mapped first and others.