Liking cljdoc? Tell your friends :D

clj-schema.fixtures

Ways to create fixture test data that must match a given schema

Ways to create fixture test data that must match a given schema
raw docstring

def-fixturecljmacro

(def-fixture name schema fixture-map)
source

def-fixture-factorycljmacro

(def-fixture-factory name schema & lists-of-args+bodies)

like defn, except the result of evaluating the function is checked for validity aginst the supplied schema. Supports multi-arity definitions.

like defn, except the result of evaluating the function is checked
for validity aginst the supplied schema. Supports multi-arity definitions.
sourceraw docstring

fixtureclj

(fixture schema fixture-map)
source

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

× close