doc / ch.tutteli.atrium.logic.creating.charsequence.contains.steps.impl / ButAtMostCheckerStepImpl / <init>

<init>

ButAtMostCheckerStepImpl(times: Int, atLeastBuilder: WithTimesCheckerStepLogic<T, S>, nameContainsNotFun: String, atLeastButAtMostCall: (Int, Int) -> String, atLeastCall: (Int) -> String, butAtMostCall: (Int) -> String, exactlyCall: (Int) -> String, atMostCall: (Int) -> String, entryPointStepLogic: CharSequenceContains.EntryPointStepLogic<T, S>)