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

CharSequenceContainsAtLeastAssertionSpec

abstract class CharSequenceContainsAtLeastAssertionSpec : CharSequenceContainsSpecBase

Constructors

<init>

CharSequenceContainsAtLeastAssertionSpec(verbs: AssertionVerbFactory, containsAtLeastTriple: <ERROR CLASS><String, (String, String) -> String, AssertionPlant<CharSequence>.(Int, Any, Array<out Any>) -> AssertionPlant<CharSequence>>, containsAtLeastIgnoringCaseTriple: <ERROR CLASS><String, (String, String) -> String, AssertionPlant<CharSequence>.(Int, Any, Array<out Any>) -> AssertionPlant<CharSequence>>, containsAtLeastButAtMostTriple: <ERROR CLASS><String, (String, String, String) -> String, AssertionPlant<CharSequence>.(Int, Int, Any, Array<out Any>) -> AssertionPlant<CharSequence>>, containsAtLeastButAtMostIgnoringCaseTriple: <ERROR CLASS><String, (String, String, String) -> String, AssertionPlant<CharSequence>.(Int, Int, Any, Array<out Any>) -> AssertionPlant<CharSequence>>, containsNotPair: <ERROR CLASS><String, (Int) -> String>, exactlyPair: <ERROR CLASS><String, (Int) -> String>, errorMsgAtLeastButAtMost: (Int, Int) -> String, describePrefix: String = "[Atrium] ")