inGiven
infix fun <E, T : IterableLike> IterableLikeContains.EntryPointStep<E, T, NoOpSearchBehaviour>.inGiven(order: order): IterableLikeContains.EntryPointStep<E, T, InOrderSearchBehaviour>(source)
Defines that the search behaviour "find entries in order
in the IterableLike" shall be applied to this sophisticated contains
in IterableLike assertion.
Return
The newly created builder.
Since
0.14.0 -- API existed for Iterable but not for IterableLike.
infix fun <K, V, T : MapLike> MapLikeContains.EntryPointStep<K, V, T, NoOpSearchBehaviour>.inGiven(order: order): MapLikeContains.EntryPointStep<K, V, T, InOrderSearchBehaviour>(source)
Defines that the search behaviour "find entries in order
in the MapLike" shall be applied to this sophisticated contains
in MapLike assertion.
Return
The newly created builder.
Since
0.15.0