doc / ch.tutteli.atrium.api.cc.infix.en_UK.creating.iterable.contains.builders / ExactlyCheckerOptionImpl / <init>

<init>

ExactlyCheckerOptionImpl(times: Int, containsBuilder: IterableContains.Builder<E, T, S>)

Represents the builder of a contains exactly check within the fluent API of a sophisticated contains assertion for Iterable.

Parameters

times - The number which the check will compare against the actual number of times an expected entry is found in the Iterable.

containsBuilder - The previously used IterableContains.Builder.

Constructor
Represents the builder of a contains exactly check within the fluent API of a sophisticated contains assertion for Iterable.