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

InOrderOnlySearchBehaviour

interface InOrderOnlySearchBehaviour : SearchBehaviour (source)

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

IterableContainsInOrderOnlySearchBehaviour

open class IterableContainsInOrderOnlySearchBehaviour : SearchBehaviour, InOrderOnlySearchBehaviour

Represents the deprecated 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 entries than expected or more.