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

getContains

fun <T : CharSequence> getContains(expect: Expect<T>): CharSequenceContains.Builder<T, NoOpSearchBehaviour>
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 assertions.

Return
The newly created builder.