JUnit 5 Nested Tests Tutorial

In this video, we will learn how to write JUnit 5 nested tests. We will learn how to provide a hierarchical structure to the tests that describe relationships between the tests. 00:00 Intro 00:40 Adding a Nested Class 02:57 Adding a Second Layer of Nesting 05:25 Avoiding Pitfalls: Too Many Things 06:28 Avoiding Pitfalls: Removing Duplication Check out the related blog post: https://www.arhohuttunen.com/junit-5-... Example source code: https://github.com/arhohuttunen/junit... Did you find this content useful? You can now support me: https://www.buymeacoffee.com/arhohutt... #Programming #JUnit5