doc / ch.tutteli.atrium.api.infix.en_GB / hasNot

hasNot

infix fun <E, T : Iterable<E>> Expect<T>.hasNot(next: next): Expect<T> (source)
Deprecated: Use notToHaveNext; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (an Iterable) does not have next element.

Return
an Expect for the subject of this expectation.

Since
0.12.0