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

entriesInOrderOnlyWithAssert

inline fun <E : Any, T : Iterable<E?>> entriesInOrderOnlyWithAssert(builder: IterableContains.Builder<E?, T, InOrderOnlySearchBehaviour>, assertionCreators: List<(AssertionPlant<E>.() -> Unit)?>): Assertion

Overrides IterableContainsAssertions.entriesInOrderOnlyWithAssert


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