doc / ch.tutteli.atrium.logic.creating.iterable.contains.searchbehaviours / InOrderOnlySearchBehaviour

InOrderOnlySearchBehaviour

interface InOrderOnlySearchBehaviour : IterableLikeContains.SearchBehaviour

Represents the search behaviour that expected entries have to appear in the given order within the Iterable and that the resulting assertion should not hold if there are less or more entries than expected.

Inheritors

InOrderOnlySearchBehaviourImpl

class InOrderOnlySearchBehaviourImpl : InOrderOnlySearchBehaviour