doc / ch.tutteli.atrium.api.cc.infix.en_GB / ignoring

ignoring

infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.ignoring(case: case): CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>
Deprecated: Switch from api-cc-en_GB to api-fluent-en_GB; will be removed with 1.0.0 -- see https://github.com/robstoll/atrium/releases/tag/v0.12.0#migration for migration hints and scripts.

Defines that the search behaviour ignore case shall be applied to this sophisticated contains assertion.

Parameters

case - Has to be case.

Return
The newly created builder.

infix fun <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.ignoring(case: case): NotCheckerOption<T, IgnoringCaseSearchBehaviour>
Deprecated: Switch from api-cc-en_GB to api-fluent-en_GB; will be removed with 1.0.0 -- see https://github.com/robstoll/atrium/releases/tag/v0.12.0#migration for migration hints and scripts.

Defines that the search behaviour ignore case shall be applied to this sophisticated contains not assertion.

Parameters

case - Has to be case.

Return
The newly created builder.