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

ignoringCase

val <T : CharSequence> CharSequenceContains.EntryPointStep<T, NoOpSearchBehaviour>.ignoringCase: CharSequenceContains.EntryPointStep<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> NotCheckerStep<T, NotSearchBehaviour>.ignoringCase: NotCheckerStep<T, IgnoringCaseSearchBehaviour> (source)

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

Return
The newly created builder.