doc / ch.tutteli.atrium.logic.creating.maplike.contains.searchbehaviours / InAnyOrderOnlySearchBehaviour

InAnyOrderOnlySearchBehaviour

interface InAnyOrderOnlySearchBehaviour : MapLikeContains.SearchBehaviour (source)

Represents the search behaviour that expected entries can appear in any order within the MapLike but that the resulting assertion should not hold if there are less or more entries than expected.

Inheritors

InAnyOrderOnlySearchBehaviourImpl

class InAnyOrderOnlySearchBehaviourImpl : InAnyOrderOnlySearchBehaviour