Skip to content

Sample code repository for Intro to Unit Test & Metrics at KongKow IT Medan #12 Meetup.

License

Notifications You must be signed in to change notification settings

mkdika/introunittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro To Unit Test

License: MIT

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)

Running the Test

1. Run Unit Test & Coverage

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

2. Run Mutation Test & Result

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.

Slides

License

Licensed under the MIT License. See LICENSE file.

About

Sample code repository for Intro to Unit Test & Metrics at KongKow IT Medan #12 Meetup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages