class Crytic::Mutation::Mutation

Overview

Represents a single mutation to a single source file

Defined in:

crytic/mutation/mutation.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.with(mutant : Mutant::Mutant, original : String, specs : Array(String)) #

[View source]

Instance Method Detail

def file_remover : String -> Void #

[View source]
def file_remover=(file_remover : String -> Void) #

[View source]
def process_runner : Crytic::ProcessRunner #

[View source]
def process_runner=(process_runner : Crytic::ProcessRunner) #

[View source]
def run #

[View source]
def tempfile_writer : String, String, String -> String #

[View source]
def tempfile_writer=(tempfile_writer : String, String, String -> String) #

[View source]