Liking cljdoc? Tell your friends :D

midje.data.fact

Facts as a data structure

Facts as a data structure
raw docstring

allows-itself-to-be-recorded?clj

source

best-descriptionclj

(best-description fact)
source

descriptionclj

(description fact)

Return the description of the given fact. Facts are in the form returned by fetch-facts.

Return the description of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

fact-propertiesclj

source

fileclj

(file fact)

Return the file of the given fact. Facts are in the form returned by fetch-facts.

Return the file of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

guidclj

(guid fact)

Return the guid of the given fact. Facts are in the form returned by fetch-facts.

Return the guid of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

lineclj

(line fact)

Return the line of the given fact. Facts are in the form returned by fetch-facts.

Return the line of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

make-gettersclj

(make-getters in-namespace prefix)

Create midje.data.fact/name midje.data.fact/file, etc.

Create midje.data.fact/name midje.data.fact/file, etc.
sourceraw docstring

nameclj

(name fact)

Return the name of the given fact. Facts are in the form returned by fetch-facts.

Return the name of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

namespaceclj

(namespace fact)

Return the namespace of the given fact. Facts are in the form returned by fetch-facts.

Return the namespace of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

sourceclj

(source fact)

Return the source of the given fact. Facts are in the form returned by fetch-facts.

Return the source of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

top-level?clj

(top-level? fact)

Return the top-level? of the given fact. Facts are in the form returned by fetch-facts.

Return the top-level? of the given fact.
Facts are in the form returned by `fetch-facts`.
sourceraw docstring

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

× close