doc / ch.tutteli.atrium.api.cc.infix.en_GB.creating.charsequence.contains.builders

Package ch.tutteli.atrium.api.cc.infix.en_GB.creating.charsequence.contains.builders

Contains @Deprecated builders, switch from package cc.infix to infix; will all be removed with 1.0.0

Types

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtMostCheckerOption

interface AtMostCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>

Represents the extension point for another option after a contains at least once but at most-check within a sophisticated contains assertion building process for CharSequence.

ButAtMostCheckerOption

interface ButAtMostCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>

Represents the extension point for another option after a contains at least but at most-check within a sophisticated contains assertion building process for CharSequence.

ExactlyCheckerOption

interface ExactlyCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>

Represents the extension point for another option after a contains exactly-check within a sophisticated contains assertion building process for CharSequence.

NotCheckerOption

interface NotCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>

Represents the extension point for another option after a contains not at all-check within a sophisticated contains assertion building process for CharSequence.

NotOrAtMostCheckerOption

interface NotOrAtMostCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>

Represents the extension point for another option after a contains not or at most-check within a sophisticated contains assertion building process for CharSequence.