Liking cljdoc? Tell your friends :D

ctim.generators.common


completeclj/s

(complete schema m)
source

gen-char-alpha-lowerclj/s

source

gen-setclj/sdeprecated

(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.

WARNING: Does not conform to gen/set spec, do not redef gen/set with this function.

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.

WARNING: Does not conform to gen/set spec,
do not redef gen/set with this function.
sourceraw docstring

gen-str-3+clj/s

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

gen-valid-time-tupleclj/s

source

gen-vectorclj/sdeprecated

(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.

WARNING: Does not conform to gen/vector spec, do not redef gen/vector with this function.

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.

WARNING: Does not conform to gen/vector spec,
do not redef gen/vector with this function.
sourceraw docstring

generate-entityclj/s

(generate-entity schema)
source

generatorclj/sdeprecated

(generator schema & args)

WARNING: Overrides gen/vector with a non-conformant function.

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

WARNING: Overrides gen/vector with a non-conformant
function.

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/sdeprecated

WARNING: Does not conform to gen/set spec, do not redef gen/set with this function.

WARNING: Does not conform to gen/set spec,
do not redef gen/set with this function.
sourceraw docstring

vectorclj/sdeprecated

WARNING: Does not conform to gen/vector spec, do not redef gen/vector with this function.

WARNING: Does not conform to gen/vector spec,
do not redef gen/vector with this function.
sourceraw docstring

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

× close