June 2014
Intermediate to advanced
284 pages
6h 9m
English
In this chapter, we will cover the following recipes:
In this chapter, you will learn how to use both Hamcrest matchers (https://github.com/hamcrest/JavaHamcrest) and AssertJ assertions (http://joel-costigliola.github.io/assertj/assertj-core.html) in order to properly check the output of your system under test. Now, let's take a quick look at both of the libraries and check their pros and cons.
Hamcrest is a library that is incorporated inside one of the most frequently ...
Read now
Unlock full access