Packages

Property-based testing and metamorphic testing combinator library for Gleam

Current section

Files

Jump to
metamon include metamon@stateful_Failed.hrl
Raw

include/metamon@stateful_Failed.hrl

-record(failed, {
index :: integer(),
command_name :: binary(),
reason :: binary(),
model_at_failure :: any()
}).