Aug 12, 2016
software-engineering
A very good introduction to the best testing framework for the Java platform
In my opinion, the Spock Framework is currently the most convenient testing framework for the Java platform. Since it is built on the Groovy language, it is very expressive.
#tdd
#review
#jvm
Read more