Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 265 Bytes

selective-mt

A selective mutation testing tool for Java.

Installation & Running

mvn clean install
# Generate mutants
mvn exec:java -Dexec.mainClass="com.vvs.App"
# Test and generate report
mvn exec:java -Dexec.mainClass="com.vvs.ReportGenerator"