This is the sample code repository for my presentation at KongKow IT Medan meetup #12 - Intro to Unit Test & Metrics (28th July 2018, at UPH, Medan, Indonesia)
From the project root folder, execute:
mvnw clean test
you will need to have reliable internet connection to allow maven download all related dependencies.
To view the coverage test result, open the file at: target/site/jacoco/index.html
From the project root folder, execute:
mvnw org.pitest:pitest-maven:mutationCoverage
Check folder and open file target/pit-reports/<YYYYMMDDHHMI>/index.html
, for PiTest mutation test result.
Licensed under the MIT License. See LICENSE file.