doc / ch.tutteli.atrium.assertions.iterable.contains.searchbehaviours / IterableContainsInAnyOrderOnlySearchBehaviour

IterableContainsInAnyOrderOnlySearchBehaviour

open class IterableContainsInAnyOrderOnlySearchBehaviour : IterableContains.SearchBehaviour, InAnyOrderOnlySearchBehaviour
Deprecated: Use the interface InAnyOrderOnlySearchBehaviour instead; will be removed with 1.0.0

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.

Constructors

<init>

IterableContainsInAnyOrderOnlySearchBehaviour()

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.

Functions

decorateDescription

open fun decorateDescription(description: Translatable): Translatable

Decorates the given description so that it represents the search behaviour and returns the result.