willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
771 stars 87 forks source link

Allow custom error message for boolean asserts #404

Closed reisi007 closed 2 years ago

reisi007 commented 2 years ago

Signed-off-by: Florian Reisinger reisi007@gmail.com

evant commented 2 years ago

I don't think this is a good way to add custom error messages as it doesn't generalize to all assertions, see https://github.com/willowtreeapps/assertk/discussions/352 & the linked issue for more discussion on this.