Custom generators for spec definitions and test.check tests.
Custom generators for spec definitions and test.check tests.
Regex for 0 or more alphanumeric chars.
Regex for 0 or more alphanumeric chars.
Same as clojure.test.check.generators/any
, but without ##NaN
values.
Since (= ##NaN ##NaN)
is false
, this generator is usually more useful for generating random values.
Same as `clojure.test.check.generators/any`, but without `##NaN` values. Since `(= ##NaN ##NaN)` is `false`, this generator is usually more useful for generating random values.
Custom java.time.Instant
generator, compatible with clojure.test.check
.
Custom `java.time.Instant` generator, compatible with `clojure.test.check`.
URL path: concatenation of alphanumeric chars plus '/' chars.
URL path: concatenation of alphanumeric chars plus '/' chars.
Custom cemerick.url/URL
generator, compatible with clojure.test.check
.
Custom `cemerick.url/URL` generator, compatible with `clojure.test.check`.
Custom generator for the string content of a cemerick.url/URL
, compatible with clojure.test.check
.
Custom generator for the string content of a `cemerick.url/URL`, compatible with `clojure.test.check`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close