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

ignoringCase

val <T : CharSequence> Builder<T, NoOpSearchBehaviour>.ignoringCase: Builder<T, IgnoringCaseSearchBehaviour> (source)

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> (source)

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

Return
The newly created builder.