Hamcrest Library
In this lesson, we'll learn how to write assertions using the Hamcrest library.
We'll cover the following...
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:
- Writing test assertions
- Data validation
- Filtering
...