fun <E, T : Iterable<E>> Expect<T>.containsNoDuplicates(): Expect<T>
Expects that the subject of this expectation (an Iterable) does not have duplicate elements.
this
Return an Expect for the subject of this expectation.
Since 0.14.0