doc / ch.tutteli.atrium.domain.creating.iterable.contains.searchbehaviours / InOrderOnlyGroupedSearchBehaviour

InOrderOnlyGroupedSearchBehaviour

interface InOrderOnlyGroupedSearchBehaviour : IterableContains.SearchBehaviour

Represents the search behaviour that expected entries have to appear in the given order in terms of groups within the Iterable whereas the entries can be in any order within the group and that the resulting assertion should not hold if there are less or more entries than expected.

Inheritors

InOrderOnlyGroupedWithinSearchBehaviour

interface InOrderOnlyGroupedWithinSearchBehaviour : InOrderOnlyGroupedSearchBehaviour

Represents a filler step to emphasise that the next step defines the order within a group of a InOrderOnlyGroupedSearchBehaviour.