willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
761 stars 85 forks source link

Re-implement collection assertions: none,atLeast,atMost,exactly,any #435

Closed evant closed 1 year ago

evant commented 1 year ago

to properly handle multiple assertions in the block. Also improves the failure message for none to include which passed.