IterableContainsAtLeastCheckerBuilder
|
open class IterableContainsAtLeastCheckerBuilder<out E, out T : Iterable<E>> : AtLeastCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated 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>> : AtMostCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated 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>> : ButAtMostCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated 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>> : ExactlyCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated 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>> : NotCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated 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>> : NotOrAtMostCheckerOptionImpl<E, T, InAnyOrderSearchBehaviour>, IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>
Represents the deprecated builder of a contains not or at most check within the fluent API of a
sophisticated contains assertion for Iterable.
|