infix fun <E, T : Iterable<E>> Expect<T>.hasNot(next: next): Expect<T>
Expects that the subject of this expectation (an Iterable) does not have next element.
this
Return an Expect for the subject of this expectation.
Since 0.12.0