doc / ch.tutteli.atrium.api.fluent.en_GB / hasNotNext

hasNotNext

fun <E, T : Iterable<E>> Expect<T>.hasNotNext(): Expect<T> (source)

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.9.0