EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
841 stars 342 forks source link

Help Needed: How to print Number/Type of mutants in "STRONGMUTATION" criterion #329

Open neelofarhassan opened 3 years ago

neelofarhassan commented 3 years ago

Hello

The study "Achieving Scalable Mutation-based Generation of Whole Test Suites" describes the mutation operators used in evosuite for weak/strong mutation. Is there any way to print the type of each mutant inserted in the CUT, plus the number of times each mutant is inserted? I need something like "mutants.log" that is generated by Major mutation tool i.e a csv (or any file) showing the details of mutation applied at each line of code.

Thanks, Neelofar