Skip to content

LorenzoTesta/UnitTestAndTDDJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages