Liking cljdoc? Tell your friends :D

clj-concordion.internal.deffixture


assert-test-nsclj

(assert-test-ns ns)
source

def-fixture-varcljmacro

(def-fixture-var var-sym opts)

Utility for tests: def the fixture var, similarly as deffixture does.

Utility for tests: def the fixture var, similarly as `deffixture` does.
sourceraw docstring

def-fixture-var*clj

(def-fixture-var* var-sym opts)
source

deffixture*clj

(deffixture* name opts)
source

fixturesclj

INTERNAL Note: This is not reliable, as it seems state can be wiped out between test runs. But it is good enough for the purpose of resetting state that has not been wiped out (e.g. when running repeatedly from REPL).

INTERNAL
Note: This is not reliable, as it seems state can be wiped out between
test runs. But it is good enough for the purpose of resetting state that
has not been wiped out (e.g. when running repeatedly from REPL).
sourceraw docstring

new-fixture-runclj

(new-fixture-run fixture-var)

Part of deffixture that wraps the fixture var in the org.concordion.api.Fixture meta object and tests the specification associated with it, returning the test result.

Part of `deffixture` that wraps the fixture var in the `org.concordion.api.Fixture`
meta object and tests the specification associated with it, returning the test result.
sourceraw docstring

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

× close