EvoSuite / evosuite

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

Multiplemutants #313

Open brendanwallace opened 3 years ago

brendanwallace commented 3 years ago

Retool mutant instrumentation to allow for multiple active mutants

Allows multiple mutants to be active at once by:

This caused three tests to fail from expecting the wrong number of branch conditions and I'm not sure why (including changes to fix these tests, but would like some input on why they're failing and what other tests to add). Also aware that the commits haven't been squashed yet, etc.