doc / ch.tutteli.atrium.assertions.charsequence.contains.searchbehaviours / CharSequenceContainsIgnoringCaseSearchBehaviour

CharSequenceContainsIgnoringCaseSearchBehaviour

open class CharSequenceContainsIgnoringCaseSearchBehaviour : SearchBehaviour, IgnoringCaseSearchBehaviour (source)
Deprecated: use the interface IgnoringCaseSearchBehaviour instead, will be removed with 1.0.0

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

Constructors

<init>

CharSequenceContainsIgnoringCaseSearchBehaviour(previousBehaviour: NoOpSearchBehaviour)

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

Functions

decorateDescription

open fun decorateDescription(description: Translatable): Translatable

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