| interface InAnyOrderOnlySearchBehaviour : MapLikeContains.SearchBehaviourRepresents 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. | |
| interface InAnyOrderSearchBehaviour : MapLikeContains.SearchBehaviourRepresents the search behaviour that expected entries can appear in any order within the MapLike. | |
| interface InOrderOnlySearchBehaviour : MapLikeContains.SearchBehaviourRepresents the search behaviour that expected entries have to appear in the given order within the MapLike and that the resulting assertion should not hold if there are less or more entries than expected. | |
| interface InOrderSearchBehaviour : MapLikeContains.SearchBehaviourRepresents the search behaviour that expected entries have to appear in the given order within the MapLike. | |
| interface NoOpSearchBehaviour : MapLikeContains.SearchBehaviourRepresents the default search behaviour or rather does not define a search behaviour at all. |