free_mutant/TODO

22 lines
747 B
Text
Raw Normal View History

2012-12-19 12:51:41 -05:00
Code:
* Test mutant with dynamically created zombie.
Mutations:
* Add true masgn mutations
2012-12-19 12:51:41 -05:00
* Add some kind of a "do not touch me object" that raises on all messages.
It can be used to make sure each literal value is touched.
2012-12-29 08:17:46 -05:00
* Replace nil or add "do not touch me object" to literal mutations.
2012-12-19 12:51:41 -05:00
* Mutate options on Regexp literals
* Add mutations for dynamic regexp symbol and string literals
* Add timeout to terminate infinite loops
2013-04-17 23:31:21 -04:00
2012-12-29 08:17:46 -05:00
Loader:
* Make sure loader does not change visibility of injected mutants
2012-12-19 12:51:41 -05:00
Matcher:
* Allow matches on attr_reader with literal name argument(s)?
* Allow matches on define_method with literal name argument?
jruby-support:
* Create a runtime per mutation to kill mutations in isolation