doc / ch.tutteli.atrium.api.cc.en_GB / ignoringCase

ignoringCase

val <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.ignoringCase: CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>
Deprecated: Switch from api-cc-en_GB to api-fluent-en_GB; will be removed with 1.0.0

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

Return
The newly created builder.

val <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.ignoringCase: NotCheckerOption<T, IgnoringCaseSearchBehaviour>
Deprecated: Switch from api-cc-en_GB to api-fluent-en_GB; will be removed with 1.0.0

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

Return
The newly created builder.