interface InOrderOnlySearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries have to appear in the given order within the IterableLike and that the resulting assertion should not hold if there are less or more entries than expected.
class InOrderOnlySearchBehaviourImpl : InOrderOnlySearchBehaviour |