You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Robert Munteanu <ro...@apache.org> on 2023/03/09 12:33:18 UTC

Hamcrest vs. AssertJ ( was: [VOTE] Release Apache Sling Servlet Helpers 1.4.4)

On Thu, 2023-03-09 at 13:00 +0100, Oliver Lietz wrote:
> Was there any reason to not use Hamcrest (what we usually use,
> instead of 
> AssertJ)?

I simply find AssertJ nicer and I started using it everywhere.

On top of that, JUnit 5 does not half-bundle any assertion library
anymore [1], so one of my main reasons to go with Hamcrest is gone.

Thanks,
Robert

[1]: https://github.com/junit-team/junit5/issues/147