Class: Mutant::Mutation::Neutral

Inherits:
Mutant::Mutation show all
Defined in:
lib/mutant/mutation.rb

Overview

Neutral mutation that should not cause mutations to fail tests

Direct Known Subclasses

Noop

Constant Summary collapse

SYMBOL =
'neutral'.freeze
TEST_PASS_SUCCESS =
true

Constants inherited from Mutant::Mutation

CODE_DELIMITER, CODE_RANGE

Method Summary

Methods inherited from Mutant::Mutation

#code, #identification, #kill, #original_source, #source, success?