PropertyDamage.Stutter.Config (PropertyDamage v0.2.0)

View Source

Configuration for stutter testing.

Summary

Types

t()

@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()
}