Unit Testing with JUnit – Part 3 – Hamcrest Matchers
Last Updated on June 16, 2019 by Simanta In this series on unit testing with JUnit, we started with JUnit tests both using Maven and IntelliJ in the first part. In the second part, we learned about assertions, JUnit 4 annotations, and test suites. In this post, we will cover assertThat, a more expressive style […]Continue reading