Testing in JUnit5

November 08, 2017

JUnit 5 is the long-awaited next generation of the JUnit testing framework, and brings with it new features as well as a completely new architecture. In this session we'll explore testing with JUnit 5, covering some of its new features and comparing it with JUnit 4. We'll also cover some best practices and approaches to testing, such as TDD, characterization tests, and treating test code as a first-class citizen.