Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 808 Bytes

File metadata and controls

18 lines (15 loc) · 808 Bytes

Welcome to the UnitTestAndTDD

the purpose is to explore the unit tests and tdd world

In this repo I used

Useful cl commands

  • clean and install all the libs mvn clean install
  • execute tests mvn clean test
  • generate code coverage report (jacoco) mvn jacoco:report -f pom.xml
  • generate mutants and related code coverage report (pitest) mvn test pitest:mutationCoverage