Liking cljdoc? Tell your friends :D

ctim.generators.common


completeclj/s

(complete schema m)
source

gen-char-alpha-lowerclj/s

source

gen-setclj/s

(gen-set max-complexity)

Build a set generator (like gen/set) that uses a max-complexity to limit the size of the generated sequences. Note that this overrides optional inputs like quantity or min/max such that max-complexity is honored.

Build a set generator (like gen/set) that uses a
max-complexity to limit the size of the generated sequences.
Note that this overrides optional inputs like quantity or min/max
such that max-complexity is honored.
sourceraw docstring

gen-str-3+clj/s

(gen-str-3+ gen-char)
source

gen-valid-time-tupleclj/s

source

gen-vectorclj/s

(gen-vector max-complexity)

Build a vector generator (like gen/vector) that uses a max-complexity to limit the size of the generated sequences. Note that this overrides optional inputs like quantity or min/max such that max-complexity is honored.

Build a vector generator (like gen/vector) that uses a
max-complexity to limit the size of the generated sequences.
Note that this overrides optional inputs like quantity or min/max
such that max-complexity is honored.
sourceraw docstring

generate-entityclj/s

(generate-entity schema)
source

generatorclj/s

(generator schema & args)

Alternative to schema-generators.generators/generator that limits the size of generated vectors (complex objects can take too long to generate). Note that it uses with-redefs to replace the vector generator with gen-vector (see above).

Alternative to schema-generators.generators/generator that limits
the size of generated vectors (complex objects can take too long to
generate).  Note that it uses with-redefs to replace the vector
generator with gen-vector (see above).
sourceraw docstring

generator-complexityclj/s

source

leaf-generatorsclj/s

source

maybeclj/s

(maybe gen)
source

setclj/s

source

vectorclj/s

source

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

× close