doc / ch.tutteli.atrium.api.cc.en_UK / object

object

fun <E, T : Iterable<E>> IterableContains.CheckerOption<E, T, InAnyOrderSearchBehaviour>.object(expected: E): AssertionPlant<T>
Deprecated: Will be removed with 1.0.0 because it is redundant in terms of `value(expected)` without adding enough to be a legit alternative.


fun <E, T : Iterable<E>> object(checkerBuilder: IterableContainsCheckerBuilder<E, T, InAnyOrderSearchBehaviour>, expected: E): AssertionPlant<T>
Deprecated: Use the extension fun `value` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0


fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InAnyOrderOnlySearchBehaviour>.object(expected: E): AssertionPlant<T>
Deprecated: Will be removed with 1.0.0 because it is redundant in terms of `value(expected)` without adding enough to be a legit alternative.


fun <E, T : Iterable<E>> object(checkerBuilder: IterableContainsBuilder<E, T, InAnyOrderOnlySearchBehaviour>, expected: E): AssertionPlant<T>
Deprecated: Use the extension fun `object` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0


fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.object(expected: E): AssertionPlant<T>
Deprecated: Will be removed with 1.0.0 because it is redundant in terms of `value(expected)` without adding enough to be a legit alternative.


fun <E, T : Iterable<E>> object(checkerBuilder: IterableContainsBuilder<E, T, InOrderOnlySearchBehaviour>, expected: E): AssertionPlant<T>
Deprecated: Use the extension fun `value` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0