Skip to content

JUnit 5 – The Next Generation

Abstract

JUnit is the standard way to test things in Java. In fact, it is the most commonly included external library for Java projects! Here is another fact – JUnit 4 release was 11 years ago and no feature releases were added in recent years. What you knew about JUnit in 2010 is still 100% relevant today. In 2017…

So finally, time for an upgrade!

What took 11 years? What is new? What changed and what stayed the same? What about IDE and build tool support? When is the release date? What will testing on the JVM look like in the future? Check the presentation and you will find out.

Blog Post

Speaking about JUnit 5 at JPrime Conference

Github

https://github.com/kotse/junit5-hacking

Where and when?