Online Shopping System consists of six modules; Admin, Products, Guest, Customer, Payment, and Cart. This repo demonstrates Unit Testing using JUnit.
Test cases for the shopTestWithPayment package located at src/test/java/
The test cases covered 86% lines of code of the total classes
The payment module is incomplete.
Test cases for the shopTestWithPayment package located at src/test/java/
The test cases covered 86% lines of code of the total classes
JUnit Jupiter API » 5.9.1 as the maven dependency. https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api/5.9.1