Testing Java Application With JUnit 5

JUnit 5 is a popular testing framework for Java application. In this series, I’m going to show you how to get started with this framework.

Topics to be covered:

  • Why writing unit tests?
  • How to write unit tests
  • How to use mock