Quantcast
Viewing all articles
Browse latest Browse all 12

Using AssertJ and Awaitility together thanks to Java 8 and lambdas

AssertJ and Awaitility are two of my favorites tools using in automatic code testing. Unfortunately until recently it was not possible to use it together. But then Java 8 entered the game and several dozens lines of code was enough to make it happen in Awaility 1.6.0.   AssertJ provides a rich set of assertions ...

Viewing all articles
Browse latest Browse all 12

Trending Articles