to be non empty

Asserts that the immutable collection is not empty.

expect(new List([ 1, 2, 3 ]), 'to be non-empty');