Krakow, Poland, 22 - 24 June 2022
Software engineer believing in craftsmanship and the power of fresh espresso. Technical blogger (mikemybytes.com) & consultant, specialized in distributed systems operating on the JVM.
The unknowns of JUnit 5
ConferenceJava's most popular testing library may not sound like a topic interesting enough for a talk. However, apart from @Test annotation, there are a lot of useful and exciting features still waiting to get proper attention.
The goal of this presentation is to showcase the less-known features of JUnit 5 like:
- Writing data table tests similar to Spock
- Running selected tests in parallel while keeping the configuration in the code
- Avoiding test code duplication without inheritance
- Customizing test cases display names.
During the session, we will write some tests together to see how these "new toys" can improve our testing experience.