Liking cljdoc? Tell your friends :D

org.clojars.aldebogdanov.quint-connect.report

Result data -> string. A consumer of what replay returns, never a second source of truth about it.

Result data -> string. A consumer of what replay returns, never a second
source of truth about it.
raw docstring

failure-strclj

(failure-str result)

Render the failure in a replay/run-trace result as a human-readable string, or nil when the result is :ok?.

Names the step, the action and its picks, the handler var that diverged and the reader vars that observed it, the diverging part of both states, and — when a handler threw — the exception instead of a diff.

Render the failure in a `replay/run-trace` result as a human-readable
string, or nil when the result is `:ok?`.

Names the step, the action and its picks, the handler var that diverged and
the reader vars that observed it, the diverging part of both states, and —
when a handler threw — the exception instead of a diff.
sourceraw docstring

result-strclj

(result-str {:keys [ok? seed traces cmd dir failure] :as result})

Render a core/check result: which trace of how many diverged, the failure itself, where the trace was saved, and the command that reproduces it. Nil when the result is :ok?.

Render a `core/check` result: which trace of how many diverged, the failure
itself, where the trace was saved, and the command that reproduces it. Nil
when the result is `:ok?`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close