struct Crytic::Mutation::Environment

Defined in:

crytic/mutation/environment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config, side_effects : Crytic::SideEffects) #

Instance Method Detail

def clone #

def config : Config #

def copy_with(config _config = @config, side_effects _side_effects = @side_effects) #

def execute(*args, **options) #

def execute(*args, **options, &) #

def mutant(*args, **options) #

def mutant(*args, **options, &) #

def perform_mutation #

def preamble(*args, **options) #

def preamble(*args, **options, &) #

def remove_file(*args, **options) #

def remove_file(*args, **options, &) #

def side_effects : Crytic::SideEffects #

def spec_file_paths #

def subject(*args, **options) #

def subject(*args, **options, &) #

def subject_path #

def write_tempfile(*args, **options) #

def write_tempfile(*args, **options, &) #