Getting Started with JUnit 5
In this quick tutorial, we are going to see how we can set up a JUnit 5 project. It will cover the download and installation part with a small working example. Prerequisite To set up a JUnit 5 project, you will need the followings: Java 8 (or higher) Maven 3.0 (or higher) Your favorite IDE (I’m using IntelliJ IDEA) I'm [...]