doc / ch.tutteli.atrium.api.cc.de_CH.assertions.charsequence.contains.builders / CharSequenceContainsButAtMostCheckerBuilder / <init>

<init>

CharSequenceContainsButAtMostCheckerBuilder(times: Int, atLeastBuilder: CharSequenceContainsAtLeastCheckerBuilder<T, S>, containsBuilder: CharSequenceContainsBuilder<T, S>)

Represents the builder of the second step of a contains at least but at most check within the fluent API of a sophisticated contains assertion for CharSequence.

Parameters

times - The number which the check will compare against the actual number of times an expected object is found in the input of the search. containsBuilder - The previously used CharSequenceContainsBuilder.

Constructor
Represents the builder of the second step of a contains at least but at most check within the fluent API of a sophisticated contains assertion for CharSequence.