willowtreeapps / assertk

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

Add `assertFailure` entrypoint #461

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

This accepts a lambda which is expected to throw an exception which is wrapped into an Assert<Throwable>. Successful completion of the lambda block will result in a failure exception.

Closes #453. Pairs well with #460.

JakeWharton commented 1 year ago

Ah, yes. Will fix tomorrow.