We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c4f7aea
Added two new matchers:
startsWithItems(…)
endsWithItems(…)
Example:
__.assertThat([1, 2, 3, 4], __.startsWithItems(1, 2)); __.assertThat([1, 2, 3, 4], __.endsWithItems(4));