doc / ch.tutteli.atrium.api.cc.en_UK.creating.charsequence.contains.builders / AtLeastCheckerOptionImpl / <init>

<init>

AtLeastCheckerOptionImpl(times: Int, containsBuilder: Builder<T, S>)

Represents the builder of a contains at least 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 CharSequenceContains.Builder.

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