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

InAnyOrderOnlySearchBehaviour

interface InAnyOrderOnlySearchBehaviour : IterableContains.SearchBehaviour

Represents the search behaviour that expected entries might appear in any order within the Iterable but that the resulting assertion should not hold if there are less or more entries than expected.

Inheritors

IterableContainsInAnyOrderOnlySearchBehaviour

open class IterableContainsInAnyOrderOnlySearchBehaviour : IterableContains.SearchBehaviour, InAnyOrderOnlySearchBehaviour

Represents the deprecated search behaviour that expected entries might appear in any order within the Iterable but that the resulting assertion should not hold if there are less entries than expected or more.