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

NotSearchBehaviour

interface NotSearchBehaviour : InAnyOrderSearchBehaviour (source)

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

Inheritors

IterableContainsNotSearchBehaviour

open class IterableContainsNotSearchBehaviour : IterableContainsInAnyOrderSearchBehaviour, NotSearchBehaviour

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