to have length
- <Collection> [not] to have length <number>
Alias for to have size
. Asserts that the immutable collection has the expected size.
expect(new List([ 1, 2, 3]), 'to have length', 3);
Alias for to have size
. Asserts that the immutable collection has the expected size.