Class: Mutant::Mutation::Noop Private
- Inherits:
-
Neutral
- Object
- Mutant::Mutation
- Neutral
- Mutant::Mutation::Noop
- Defined in:
- lib/mutant/mutation.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Noop mutation, special case of neutral
Constant Summary collapse
- SYMBOL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'noop'
- TEST_PASS_SUCCESS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
true
Constants inherited from Mutant::Mutation
Method Summary
Methods inherited from Mutant::Mutation
#code, #diff, #identification, #insert, #monkeypatch, #original_source, #source, success?