Catching up with JUnit at JCON Europe 2025 Code for the exercises of the JUnit workshop at JCON Europe 2025. Slides https://speakerdeck.com/marcphilipp/catching-up-with-junit-5 Requirements JDK 21 Building The project can be built with Gradle or Maven. Gradle ./gradlew build Maven ./mvnw clean verify