willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
757 stars 84 forks source link

Rename containsAll to containsAtLeast #497

Closed evant closed 9 months ago

evant commented 9 months ago

This makes it more clear that the collection can contain additional elements see: https://truth.dev/comparison

495