class Crytic::Runner

Defined in:

crytic/runner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(threshold : Threshold = 100.0, reporters : Array(Crytic::Reporter::Reporter) = [Reporter::IoReporter.new(STDOUT)] of Reporter::Reporter, generator : Generator = InMemoryMutationsGenerator.new) #

[View source]

Instance Method Detail

def run(source : String, specs : Array(String)) : Bool #

[View source]