open class IterableContainsInAnyOrderSearchBehaviour : IterableContains.SearchBehaviour, InAnyOrderSearchBehaviour
Represents the deprecated search behaviour that expected entries might appear in any order within the Iterable.
IterableContainsInAnyOrderSearchBehaviour()
Represents the deprecated search behaviour that expected entries might appear in any order within the Iterable. |
open fun decorateDescription(description: Translatable): Translatable
Decorates the given description so that it represents the search behaviour and returns the result. |
open class
Represents the deprecated search behaviour that expected entries might appear in any order within the Iterable. |