📌 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.
Mysteriously broken reduction operation on parallel streams in Java (explained) 📅 2020-03-12 · ☕ 11 min read How to not get into trouble writing custom reduction operation on (parallel) streams with Java 8+ (including Java 14).
Improved 'instanceof' operator in Java 14 📅 2020-03-03 · ☕ 3 min read Make your code simpler with implicit casting in improved 'instanceof' operator in Java 14.
Enable Java 14 preview features in Gradle, Maven and Idea 📅 2020-03-02 · ☕ 2 min read Discover how to enable Java 14 preview features in Gradle, Maven, Idea and Command line.
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+).
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.