Liking cljdoc? Tell your friends :D

tegere.print


format-assertion-errorclj

(format-assertion-error err-str)

An assertion error is often multi-line (if it has a coder-specified message) so we want to format it correctly.

An assertion error is often multi-line (if it has a coder-specified message)
so we want to format it correctly.
sourceraw docstring

format-stepclj

(format-step step start-time end-time color)
source

format-step-erroredclj

(format-step-errored step start-time end-time)
source

format-step-passedclj

(format-step-passed step start-time end-time)
source

get-feature-reprclj

(get-feature-repr feature)
source

get-formatted-stack-traceclj

(get-formatted-stack-trace stack-trace)

Given a stack trace as a seq of strings, return a formatted (indented and possibly colored) stack trace string.

Given a stack trace as a seq of strings, return a formatted (indented and
possibly colored) stack trace string.
sourceraw docstring

get-scenario-reprclj

(get-scenario-repr scenario)
source

get-step-durationclj

(get-step-duration start-time end-time)

Return seconds taken to complete step

Return seconds taken to complete step
sourceraw docstring

get-step-reprclj

(get-step-repr step start-time end-time)
source

get-step-typeclj

(get-step-type step)
source

(print-execution step err start-time end-time)

Print a record of the execution of step, including duration and any failures or errors with stack traces.

Print a record of the execution of step, including duration and any failures
or errors with stack traces.
sourceraw docstring

(print-feature feature)
source

(print-scenario scenario)
source

(print-step-error step err start-time end-time)
source

(print-step-fail step err start-time end-time)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close