- Java
- Maven
- JUnit Jupiter
- Sonar and Jacoco for code coverage
- The source classes are in src/main/java
- The unit test classes are in src/test/java
- Pre-requisite: You need to have maven & [JDK 8 installed on your system].
- Clone this repository and run
mvn clean test
from the command line. - To see coverage report, open the index.html file in
target/site/jacoco/index.html