Liking cljdoc? Tell your friends :D

minimallist.generator


decorate-modelclj/s

(decorate-model model)

Analyzes and decorates the model with information regarding 'distance to leaf' and 'minimal cost'.

Analyzes and decorates the model with information regarding 'distance to leaf' and 'minimal cost'.
sourceraw docstring

fn-any-simple?clj/s

A model that matches anything and generates any scalar type.

A model that matches anything and generates any scalar type.
sourceraw docstring

fn-any?clj/s

A model that matches and generates anything.

A model that matches and generates anything.
sourceraw docstring

fn-boolean?clj/s

A model that matches and generates booleans.

A model that matches and generates booleans.
sourceraw docstring

fn-char?clj/s

A model that matches chars and generates an alphanumeric char.

A model that matches chars and generates an alphanumeric char.
sourceraw docstring

fn-double?clj/s

A model that matches and generates doubles.

A model that matches and generates doubles.
sourceraw docstring

fn-int?clj/s

A model that matches and generates integers.

A model that matches and generates integers.
sourceraw docstring

fn-keyword?clj/s

A model that matches and generates keywords with or without a namespace.

A model that matches and generates keywords with or without a namespace.
sourceraw docstring

fn-nil?clj/s

A model that matches and generates the nil value.

A model that matches and generates the nil value.
sourceraw docstring

fn-number?clj/s

A model that matches any number and generates integers and doubles.

A model that matches any number and generates integers and doubles.
sourceraw docstring

fn-qualified-keyword?clj/s

A model that matches and generates keywords with a namespace.

A model that matches and generates keywords with a namespace.
sourceraw docstring

fn-qualified-symbol?clj/s

A model that matches and generates symbols with a namespace.

A model that matches and generates symbols with a namespace.
sourceraw docstring

fn-simple-keyword?clj/s

A model that matches and generates keywords without a namespace.

A model that matches and generates keywords without a namespace.
sourceraw docstring

fn-simple-symbol?clj/s

A model that matches and generates symbols without a namespace.

A model that matches and generates symbols without a namespace.
sourceraw docstring

fn-string?clj/s

A model that matches strings and generates alphanumeric strings.

A model that matches strings and generates alphanumeric strings.
sourceraw docstring

fn-symbol?clj/s

A model that matches and generates symbols with or without a namespace.

A model that matches and generates symbols with or without a namespace.
sourceraw docstring

genclj/s

(gen model)
(gen model budget)

Returns a test.check generator derived from the model.

Returns a test.check generator derived from the model.
sourceraw docstring

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

× close