assertj.md
July 15, 2021 · View on GitHub
Bookmarks tagged [assertj]
www.codever.land/bookmarks/t/assertj
Testing Java Collections with AssertJ
https://medium.com/enfuse-io/testing-java-collections-with-assertj-2fa678d80952
Testing Collections in Java? You can say “Not a big deal”. I agree, but, for example, a comparison of two Lists of custom objects can be painful and it is not the only problem you can run into. Let’s ...