willowtreeapps / assertk

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

Use `try`/`catch` instead of `runCatching` for capturing exceptions #468

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

Saves one whole allocation!