interface InAnyOrderOnlySearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries can appear in any order within the IterableLike but that the resulting assertion should not hold if there are less or more entries than expected. |
|
interface InAnyOrderSearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries can appear in any order within the IterableLike. |
|
interface InOrderOnlyGroupedSearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries have to appear in the given order in terms of groups within the IterableLike whereas the entries can be in any order within the group and that the resulting assertion should not hold if there are less or more entries than expected. |
|
interface InOrderOnlyGroupedWithinSearchBehaviour : InOrderOnlyGroupedSearchBehaviour
Represents a filler step to emphasise that the next step defines the order within a group of a InOrderOnlyGroupedSearchBehaviour. |
|
interface InOrderOnlySearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries have to appear in the given order within the IterableLike and that the resulting assertion should not hold if there are less or more entries than expected. |
|
interface InOrderSearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the search behaviour that expected entries have to appear in the given order within the IterableLike. |
|
interface NoOpSearchBehaviour : IterableLikeContains.SearchBehaviour
Represents the default search behaviour or rather does not define a search behaviour at all. |
|
interface NotSearchBehaviour : InAnyOrderSearchBehaviour
Represents the search behaviour that expected entries might appear in any order within the IterableLike. |