class Crytic::Runner
- Crytic::Runner
- Reference
- Object
Defined in:
crytic/runner.crConstructors
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)
#