PropertyDamage.Stutter.Violation (PropertyDamage v0.2.0)
View SourceRepresents an idempotency violation detected during stutter testing.
Summary
Functions
Format violation for display.
Types
@type attempt() :: %{attempt: pos_integer(), events: [struct()], is_retry: boolean()}
@type t() :: %PropertyDamage.Stutter.Violation{ attempts: [attempt()], command: struct(), command_index: non_neg_integer(), comparison_result: term() }