doc / ch.tutteli.atrium.domain.builders.creating / IterableContainsAssertionsBuilder / entriesInAnyOrderWithAssert

entriesInAnyOrderWithAssert

inline fun <E : Any, T : Iterable<E?>> entriesInAnyOrderWithAssert(checkerOption: IterableContains.CheckerOption<E?, T, InAnyOrderSearchBehaviour>, assertionCreators: List<(AssertionPlant<E>.() -> Unit)?>): Assertion

Overrides IterableContainsAssertions.entriesInAnyOrderWithAssert


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