An introduction about JUnit
JUnit is a framework used to write Unit Tests for Java projects. It has 2 popular versions, JUnit 4 and JUnit 5 with JUnit 5 version for Java projects using Java 8 onwards. In this tutorial, I will introduce you to the basic points that… Read More