willowtreeapps / assertk

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

Adding new assertFailureWith #525

Open robson-alecio opened 5 months ago

robson-alecio commented 5 months ago

Adding the new assertFailureWith to assert exception with a specific type and verify properties of this type.

Goooler commented 5 months ago

This addresses #511.