doc / ch.tutteli.atrium.api.cc.en_UK.assertions.iterable.contains.builders

Package ch.tutteli.atrium.api.cc.en_UK.assertions.iterable.contains.builders

Contains the builders - necessary to provide an extensible fluent API - which allow to create sophisticated contains assertions for Iterable.

Types

IterableContainsAtLeastCheckerBuilder

open class IterableContainsAtLeastCheckerBuilder<out E, out T : Iterable<E>> : IterableContainsAtLeastCheckerBuilderBase<E, T, IterableContainsInAnyOrderSearchBehaviour>

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

IterableContainsAtMostCheckerBuilder

open class IterableContainsAtMostCheckerBuilder<out E, out T : Iterable<E>> : IterableContainsAtMostCheckerBuilderBase<E, T, IterableContainsInAnyOrderSearchBehaviour>

Represents the builder of a contains at least once but at most check within the fluent API of a sophisticated contains assertion for Iterable.

IterableContainsButAtMostCheckerBuilder

open class IterableContainsButAtMostCheckerBuilder<out E, out T : Iterable<E>> : IterableContainsButAtMostCheckerBuilderBase<E, T, IterableContainsInAnyOrderSearchBehaviour>

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 Iterable.

IterableContainsExactlyCheckerBuilder

open class IterableContainsExactlyCheckerBuilder<out E, out T : Iterable<E>> : IterableContainsExactlyCheckerBuilderBase<E, T, IterableContainsInAnyOrderSearchBehaviour>

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

IterableContainsNotCheckerBuilder

open class IterableContainsNotCheckerBuilder<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsNotCheckerBuilderBase<E, T, S>

Represents the builder of a contains not at all check within the fluent API of a sophisticated contains assertion for Iterable.

IterableContainsNotOrAtMostCheckerBuilder

open class IterableContainsNotOrAtMostCheckerBuilder<out E, out T : Iterable<E>> : IterableContainsNotOrAtMostCheckerBuilderBase<E, T, IterableContainsInAnyOrderSearchBehaviour>

Represents the builder of a contains not or at most check within the fluent API of a sophisticated contains assertion for Iterable.