doc / ch.tutteli.atrium.assertions.iterable.contains.builders / IterableContainsNotCheckerBuilderBase

IterableContainsNotCheckerBuilderBase

abstract class IterableContainsNotCheckerBuilderBase<out E, out T : Iterable<E>, out S : IterableContains.SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>
Deprecated: Use the abstract class from package creating; will be removed with 1.0.0

The base class for builders which create a contains not check within the fluent API of a sophisticated contains assertion for Iterable.

Parameters

T - The input type of the search.

S - The search behaviour which should be applied for the input of the search.

Constructors

<init>

IterableContainsNotCheckerBuilderBase(containsBuilder: IterableContainsBuilder<E, T, S>)

The base class for builders which create a contains at least check within the fluent API of a sophisticated contains assertion for Iterable.

Properties

checkers

open val checkers: List<IterableContainsNotChecker>

containsBuilder

open val containsBuilder: IterableContainsBuilder<E, T, S>