Hamcrest

Learn to use the Hamcrest library along with JUnit 5.

We'll cover the following...

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 later adopted by multiple other ...