willowtreeapps / assertk

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

Remove lambda-accepting `assertThat` overload #465

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

Use assertFailure for always-failing things and assertThat(value) for always-successful or Result-returning things.

Closes #464

JakeWharton commented 1 year ago

I'll do a changelog pass in a follow-up with all the recent stuff since I've been slacking.

JakeWharton commented 1 year ago

Hit a bit of the change log since I had to update the PR anyway.