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

IterableContainsInOrderSearchBehaviour

open class IterableContainsInOrderSearchBehaviour : SearchBehaviour, InOrderSearchBehaviour (source)
Deprecated: use the interface InOrderSearchBehaviour instead, will be removed with 1.0.0

Represents the deprecated search behaviour that expected entries have to appear in the given order within the Iterable.

Constructors

<init>

IterableContainsInOrderSearchBehaviour()

Represents the deprecated search behaviour that expected entries have to appear in the given 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.