infix fun <T : Collection<*>> Expect<T>.notToBe(Empty: Empty): Expect<T> (source)
Expects that the subject of the assertion (a Collection) is not an empty Collection.
AssertionError - Might throw an AssertionError if the assertion made is not correct.
Return
This assertion container to support a fluent API.