class Crytic::Mutation::IsolatedMutation

Overview

Represents a single mutation to a single source file

Defined in:

crytic/mutation/isolated_mutation.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class Crytic::Mutation::Mutation

run : Result run

Class Method Detail

def self.with(environment : Environment) #

[View source]

Instance Method Detail

def run : Result #

Compiles the mutated source code into a binary and runs this binary, recording exit code, stderr and stdout output.


[View source]