class IgnoringCaseSearchBehaviourImpl : IgnoringCaseSearchBehaviour
Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object.
IgnoringCaseSearchBehaviourImpl(previousBehaviour: NoOpSearchBehaviour)
Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object. |
fun decorateDescription(description: Translatable): Translatable
Decorates the given description so that it represents the search behaviour and returns the result. |