free_mutant/spec/unit/mutant
Markus Schirp ef9172bca4 Guard against the generation of equal mutants
* Move Mutant::Mutator::Generator in a dedicated file
* Mutant::Mutator::Generator#append only forwards mutated node when it
  does not equal original nodes sexpession. This does not catch
  equivalent mutations, but mutations that exactly reproduce the same
  AST. This way a check for not generating the same asts can be
  centralized.
2012-07-30 21:40:49 +02:00
..
class_methods Progress on method matching 2012-07-24 01:41:08 +02:00
context Add first code loading integration spec 2012-07-27 00:24:11 +02:00
loader/class_methods Finalize method matching 2012-07-26 19:25:23 +02:00
matcher Finalize method matching 2012-07-26 19:25:23 +02:00
mutatee Add mutation for some literals 2012-07-27 22:39:31 +02:00
mutator Guard against the generation of equal mutants 2012-07-30 21:40:49 +02:00