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

IterableContainsInAnyOrderSearchBehaviour

open class IterableContainsInAnyOrderSearchBehaviour : SearchBehaviour

Represents the search behaviour that expected entries might appear in any order within the Iterable.

Constructors

<init>

IterableContainsInAnyOrderSearchBehaviour()

Represents the search behaviour that expected entries might appear in any order within the Iterable.

Functions

decorateDescription

open fun decorateDescription(description: Translatable): Translatable

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

Inheritors

IterableContainsNotSearchBehaviour

open class IterableContainsNotSearchBehaviour : IterableContainsInAnyOrderSearchBehaviour

Represents the search behaviour that expected entries might appear in any order within the Iterable.