doc / ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.impl / IgnoringCaseSearchBehaviourImpl

IgnoringCaseSearchBehaviourImpl

class IgnoringCaseSearchBehaviourImpl : IgnoringCaseSearchBehaviour

Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object.

Constructors

<init>

IgnoringCaseSearchBehaviourImpl(previousBehaviour: NoOpSearchBehaviour)

Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object.

Functions

decorateDescription

fun decorateDescription(description: Translatable): Translatable

Decorates the given description so that it represents the search behaviour and returns the result.