fun <T : CharSequence> getContainsNot(expect: Expect<T>): NotCheckerOption<T, NotSearchBehaviour>Creates a CharSequenceContains.Builder based on this Expect which allows to define
more sophisticated contains not assertions.
Return
The newly created builder.