Class: Mutant::Killer::Static::Fail

Inherits:
Mutant::Killer::Static show all
Defined in:
lib/mutant/killer/static.rb

Overview

Killer that always fails

Constant Summary collapse

RESULT =
false

Instance Attribute Summary

Attributes inherited from Mutant::Killer

#mutation, #strategy

Method Summary

Methods inherited from Mutant::Killer::Static

#run

Methods inherited from Mutant::Killer

#initialize, #killed?, #mutation_source, #success?

Constructor Details

This class inherits a constructor from Mutant::Killer