free_mutant/lib/mutant/test.rb

16 lines
304 B
Ruby
Raw Normal View History

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