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

ignoring

infix fun <T : CharSequence> CharSequenceContains.EntryPointStep<T, NoOpSearchBehaviour>.ignoring(case: case): CharSequenceContains.EntryPointStep<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> NotCheckerStep<T, NotSearchBehaviour>.ignoring(case: case): NotCheckerStep<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.