doc / ch.tutteli.atrium.assertions.iterable.contains.searchbehaviours

Package ch.tutteli.atrium.assertions.iterable.contains.searchbehaviours

Contains IterableContains.SearchBehaviour.

Types

IterableContainsInAnyOrderOnlySearchBehaviour

object IterableContainsInAnyOrderOnlySearchBehaviour : SearchBehaviour

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

IterableContainsInAnyOrderSearchBehaviour

object IterableContainsInAnyOrderSearchBehaviour : SearchBehaviour

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

IterableContainsInOrderOnlySearchBehaviour

object IterableContainsInOrderOnlySearchBehaviour : SearchBehaviour

Represents the search behaviour that expected entries have to appear in the given order within the Iterable and that the resulting assertion should not hold if there are less entries than expected or more.

IterableContainsInOrderSearchBehaviour

object IterableContainsInOrderSearchBehaviour : SearchBehaviour

Represents the search behaviour that expected entries have to appear in the given order within the Iterable.

IterableContainsNoOpSearchBehaviour

object IterableContainsNoOpSearchBehaviour : SearchBehaviour

Represents the default search behaviour or rather does not define a search behaviour at all.