Class | Heckle |
In: |
lib/heckle.rb
|
Parent: | SexpProcessor |
Test Unit Sadism
VERSION | = | '1.4.3' | The version of Heckle you are using. | |
BRANCH_NODES | = | [:if, :until, :while] | Branch node types. | |
WINDOZE | = | RUBY_PLATFORM =~ /mswin/ | Is this platform MS Windows-like? | |
NULL_PATH | = | WINDOZE ? 'NUL:' : '/dev/null' | Path to the bit bucket. | |
DIFF | = | WINDOZE ? 'diff.exe' : 'diff' | diff(1) executable | |
MUTATABLE_NODES | = | instance_methods.grep(/mutate_/).sort.map do |meth| meth.sub(/mutate_/, '').intern | All nodes that can be mutated by Heckle. |
count | [RW] | Mutation count |
failures | [RW] | Mutations that caused failures |
klass | [RW] | Class being heckled |
klass_name | [RW] | Name of class being heckled |
method | [RW] | Method being heckled |
method_name | [RW] | Name of method being heckled |