doc / ch.tutteli.atrium.domain.builders.utils / ArgumentMapperBuilder / toExpect

toExpect

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

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

Returns
The mapped first and others.