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

getContainsNot

fun <T : CharSequence> getContainsNot(expect: Expect<T>): NotCheckerOption<T, NotSearchBehaviour>
Deprecated: Only here to retain binary backward compatibility; will be removed with 1.0.0

Creates a CharSequenceContains.Builder based on this Expect which allows to define more sophisticated contains not assertions.

Return
The newly created builder.