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

InOrderOnlySearchBehaviour

interface InOrderOnlySearchBehaviour : MapLikeContains.SearchBehaviour (source)

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

Inheritors

InOrderOnlySearchBehaviourImpl

class InOrderOnlySearchBehaviourImpl : InOrderOnlySearchBehaviour