free_mutant/lib/mutant/mutator
Markus Schirp 459d028de1 Add a working mutation tester for mutant
* Expand attr_reader :name, to def name; @name; end
  As attr_reader defined methods do not have a valid source location.
* Expose more internal state to allow the generation of nice match
  identifications. Needs to be cleaned up.
2012-08-20 17:53:41 +02:00
..
literal Cleanup mutator internals 2012-08-15 21:14:07 +02:00
block.rb Do not create empty blocks on mutations 2012-08-13 20:40:00 +02:00
call.rb Cleanup mutator internals 2012-08-15 21:14:07 +02:00
define.rb Add mutations on singleton methods 2012-08-16 19:10:24 +02:00
if_statement.rb Remove use of root level namespace within the lib 2012-08-16 22:59:25 +02:00
literal.rb Use scope based subclassing pattern 2012-08-09 23:07:22 +02:00
noop.rb Add a working mutation tester for mutant 2012-08-20 17:53:41 +02:00
receiver_case.rb Cleanup mutator internals 2012-08-15 21:14:07 +02:00
registry.rb Break up mutation spec in class specific files 2012-08-01 13:27:35 +02:00