PropertyDamage.Stutter.Config (PropertyDamage v0.2.0)
View SourceConfiguration for stutter testing.
Summary
Types
@type t() :: %PropertyDamage.Stutter.Config{ commands: :all | [module()], comparison: :strict | {:structural, [atom()]} | {:custom, function()}, delay_ms: {non_neg_integer(), non_neg_integer()} | non_neg_integer(), enabled: boolean(), max_repeats: pos_integer(), probability: float() }