Liking cljdoc? Tell your friends :D

ctim.generators.common


completeclj/s

(complete schema m)

gen-char-alpha-lowerclj/s


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.
raw docstring

gen-str-3+clj/s

(gen-str-3+ gen-char)

gen-valid-time-tupleclj/s


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.
raw docstring

generate-entityclj/s

(generate-entity schema)

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).
raw docstring

generator-complexityclj/s


leaf-generatorsclj/s


maybeclj/s

(maybe gen)

setclj/s


vectorclj/s

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

× close