infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.inGiven(order: order): IterableContains.Builder<E, T, InOrderSearchBehaviour>
(source)
Defines that the search behaviour "find entries in order
in the Iterable" shall be applied to this
sophisticated contains
in Iterable assertion.
Return
The newly created builder.