struct Crytic::Mutation::Config

Defined in:

crytic/mutation/config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mutant : Mutant::Mutant, subject : Subject, specs : Array(String), preamble : String) #

[View source]

Class Method Detail

def self.noop(src, specs, preamble) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(mutant _mutant = @mutant, subject _subject = @subject, specs _specs = @specs, preamble _preamble = @preamble) #

[View source]
def mutant : Mutant::Mutant #

def preamble : String #

def specs : Array(String) #

def subject : Subject #