free_mutant/lib/mutant/test.rb
Markus Schirp 8335cccafb Fix YARD summary line
* Reduce redunrant 'Return' prefix on summaries
* Improve summary line to reflect the semantics of operation better
2015-07-03 15:21:39 +00:00

14 lines
293 B
Ruby

module Mutant
# Abstract base class for test that might kill a mutation
class Test
include Adamantium::Flat, Anima.new(:id, :expression)
# Identification string
#
# @return [String]
#
# @api private
alias_method :identification, :id
end # Test
end # Mutant