Theoria.Kernel.Reference.Replay.Report (theoria v0.6.0)

Copy Markdown View Source

Reference environment replay summary.

Summary

Types

failure()

@type failure() :: {Theoria.Env.name(), atom(), term()}

t()

@type t() :: %Theoria.Kernel.Reference.Replay.Report{
  checked: non_neg_integer(),
  failures: [failure()],
  skipped: non_neg_integer()
}

Functions

ok?(report)

@spec ok?(t()) :: boolean()