Hamcrest

Learn to use the Hamcrest library along with JUnit 5.

Similar to AssertJ, Hamcrest provides a set of assertions that read like English sentences.

It’s a well-known library used to write assertions for our unit tests. It was developed for Java, and ...