Hamcrest Library

In this lesson, we'll learn how to write assertions using the Hamcrest library.

What is the Hamcrest library?

Hamcrest is a framework that comes with a library of useful matchers for writing match rules using matcher objects.

The matchers are most commonly used for:

  1. Writing test assertions
  2. Data validation
  3. Filtering

...