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

Reply via email to