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

ignoring

infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.ignoring(case: case): CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

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

Parameters

case - Has to be case.

Return
The newly created builder.

fun <T : CharSequence> ignoring(builder: CharSequenceContainsBuilder<T, NoOpSearchBehaviour>, case: case): CharSequenceContainsBuilder<T, IgnoringCaseSearchBehaviour>
Deprecated: Use the extension fun `ignoring` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0


fun <T : CharSequence> CharSequenceContainsNotCheckerBuilder<T, NotSearchBehaviour>.ignoring(case: case): CharSequenceContainsNotCheckerBuilder<T, IgnoringCaseSearchBehaviour>
Deprecated: Use the extension fun `ignoring` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0

infix fun <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.ignoring(case: case): NotCheckerOption<T, IgnoringCaseSearchBehaviour>
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

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

Parameters

case - Has to be case.

Return
The newly created builder.