open class IterableContainsInOrderSearchBehaviour : IterableContains.SearchBehaviour, InOrderSearchBehaviour
Represents the deprecated search behaviour that expected entries have to appear in the given order within the Iterable.
IterableContainsInOrderSearchBehaviour()
Represents the deprecated search behaviour that expected entries have to appear in the given 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. |