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

object

infix fun <E, T : Iterable<E>> CheckerOption<E, T, InAnyOrderSearchBehaviour>.object(expected: E): AssertionPlant<T> (source)
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> (source)
Deprecated: Use the extension fun `value` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0


infix fun <E, T : Iterable<E>> Builder<E, T, InAnyOrderOnlySearchBehaviour>.object(expected: E): AssertionPlant<T> (source)
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(builder: IterableContainsBuilder<E, T, InAnyOrderOnlySearchBehaviour>, expected: E): AssertionPlant<T> (source)
Deprecated: Use the extension fun value instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0


infix fun <E, T : Iterable<E>> Builder<E, T, InOrderOnlySearchBehaviour>.object(expected: E): AssertionPlant<T> (source)
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(builder: IterableContainsBuilder<E, T, InOrderOnlySearchBehaviour>, expected: E): AssertionPlant<T> (source)
Deprecated: Use the extension fun value instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0