doc / ch.tutteli.atrium.spec.assertions / CharSequenceContainsAtLeastAssertionSpec

CharSequenceContainsAtLeastAssertionSpec

abstract class CharSequenceContainsAtLeastAssertionSpec : CharSequenceContainsSpecBase

Constructors

<init>

CharSequenceContainsAtLeastAssertionSpec(verbs: IAssertionVerbFactory, containsAtLeastTriple: <ERROR CLASS><String, (String, String) -> String, IAssertionPlant<CharSequence>.(Int, Any, Array<out Any>) -> IAssertionPlant<CharSequence>>, containsAtLeastIgnoringCaseTriple: <ERROR CLASS><String, (String, String) -> String, IAssertionPlant<CharSequence>.(Int, Any, Array<out Any>) -> IAssertionPlant<CharSequence>>, containsAtLeastButAtMostTriple: <ERROR CLASS><String, (String, String, String) -> String, IAssertionPlant<CharSequence>.(Int, Int, Any, Array<out Any>) -> IAssertionPlant<CharSequence>>, containsAtLeastButAtMostIgnoringCaseTriple: <ERROR CLASS><String, (String, String, String) -> String, IAssertionPlant<CharSequence>.(Int, Int, Any, Array<out Any>) -> IAssertionPlant<CharSequence>>, containsNotPair: <ERROR CLASS><String, (Int) -> String>, exactlyPair: <ERROR CLASS><String, (Int) -> String>, errorMsgAtLeastButAtMost: (Int, Int) -> String)