assertj-conditions
Using Conditions with AssertJ Assertions 1. Overview In this tutorial, we’ll take a look at the AssertJ library, especially at defining and using conditions to create readable and maintainable tests. AssertJ basics can be found here. 2. Class Under Test Let’s have a look at the target class against… Continue Reading assertj-conditions