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

InAnyOrderSearchBehaviour

interface InAnyOrderSearchBehaviour : SearchBehaviour (source)

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

Inheritors

IterableContainsInAnyOrderSearchBehaviour

open class IterableContainsInAnyOrderSearchBehaviour : SearchBehaviour, InAnyOrderSearchBehaviour

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

NotSearchBehaviour

interface NotSearchBehaviour : InAnyOrderSearchBehaviour

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