to be empty

  • <Collection> [not] to be empty

Asserts that the immutable collection is empty.

expect(new List([]), 'to be empty');