Make Java Tests Groovy With Hamcrest
A tutorial on testing Java code with Groovy.
My favorite way to test Java code is with Groovy. Specifically, writing tests in Groovy with Hamcrest. In this post, I’ll walk through how to test a simple Spring Boot application with these tools.