Liking cljdoc? Tell your friends :D

midje.parsing.1-to-explicit-form.facts

Parsing facts.

Parsing facts.
raw docstring

*parse-time-fact-level*clj

source

add-metadataclj

(add-metadata expanded-body metadata)
source

already-expanded?clj

(already-expanded? loc)
source

annotate-embedded-arrows-with-line-numbersclj

(annotate-embedded-arrows-with-line-numbers form)
source

complete-fact-transformationclj

(complete-fact-transformation metadata forms)
source

expand-wrapping-background-changerclj

(expand-wrapping-background-changer form)
source

given-possible-fact-nestingcljmacro

(given-possible-fact-nesting & forms)
source

midjcoexpandclj

(midjcoexpand form)

Descend form, macroexpanding only midje forms and placing background wrappers where appropriate.

Descend form, macroexpanding *only* midje forms and placing background
wrappers where appropriate.
sourceraw docstring

parse-expectsclj

(parse-expects form)
source

prerequisite-arrow-out-of-placeclj

(prerequisite-arrow-out-of-place loc)
source

report-check-arrow-shapeclj

(report-check-arrow-shape form)
source

working-on-nested-factscljmacro

(working-on-nested-facts & forms)
source

wrap-fact-around-bodyclj

(wrap-fact-around-body metadata forms)

Uses a body and (parsed) metadata to make up a new fact. The resulting for has :line metadata. The :midje/source and :midje/guid are supplied explicitly in the new fact's metadata. That is, the final metadata will contain the source and guid of the original form.

Uses a body and (parsed) metadata to make up a new `fact`.
The resulting for has `:line` metadata. The :midje/source and
:midje/guid are supplied explicitly in the
new fact's metadata. That is, the final metadata will contain
the source and guid of the original form.
sourceraw docstring

wrap-with-creation-time-codeclj

(wrap-with-creation-time-code function-form)
source

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

× close