interface InAnyOrderOnlySearchBehaviour : MapLikeContains.SearchBehaviour
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.
class InAnyOrderOnlySearchBehaviourImpl : InAnyOrderOnlySearchBehaviour |