doc / ch.tutteli.atrium.domain.builders.creating / IterableAssertionsBuilder / all

all

inline fun <E : Any, T : Iterable<E?>> all(expect: Expect<T>, noinline assertionCreator: (Expect<E>.() -> Unit)?): Assertion

Overrides IterableAssertions.all


inline fun <E : Any> all(plant: AssertionPlant<Iterable<E?>>, noinline assertionCreator: (AssertionPlant<E>.() -> Unit)?): Assertion

Overrides IterableAssertions.all


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0