Class: Mutest::Mutation::Noop Private

Inherits:
Neutral show all
Defined in:
lib/mutest/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'.freeze
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 Mutest::Mutation

CODE_DELIMITER, CODE_RANGE

Method Summary

Methods inherited from Mutest::Mutation

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