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

ignoring

infix fun <T : CharSequence> Builder<T, NoOpSearchBehaviour>.ignoring(case: case): Builder<T, IgnoringCaseSearchBehaviour> (source)

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

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.