📌 Spock vs JUnit 5 - the ultimate feature comparison 📅 2020-04-15 · ☕ 18 min read What is the best testing framework for Java code nowadays? Spock or JUnit 5? Check it out in this ultimate feature comparison.
PIT, JUnit 5 and Gradle - with just one extra line of configuration 📅 2020-02-27 · ☕ 3 min read Discover dead simple, improved PIT and JUnit 5 configuration in Gradle (with gradle-pitest-plugin 1.4.7+).
Migrating Spock 1.3 tests to Spock 2.0 📅 2020-01-02 · 📝 2020-03-11 · ☕ 8 min read Get know what you can expect from Spock 2.0 M2 (based on JUnit 5), how to migrate to it in Gradle and Maven, and why it is important to report spotted problems :).
Convenient mocking in Mockito with JUnit 5 - the official way 📅 2018-03-27 · ☕ 4 min read Learn about new, built-in, official support in Mockito for managing a mocking life cycle if JUnit 5 is used.