Class: Mutant::Mutation::Evil Private
- Inherits:
-
Mutant::Mutation
- Object
- Mutant::Mutation
- Mutant::Mutation::Evil
- 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.
Evil mutation that should case mutations to fail tests
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.
'evil'- 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.
false
Constants inherited from Mutant::Mutation
Instance Attribute Summary
Attributes inherited from Mutant::Mutation
#code, #identification, #monkeypatch, #source
Method Summary
Methods inherited from Mutant::Mutation
#initialize, #insert, #original_source, success?
Constructor Details
This class inherits a constructor from Mutant::Mutation