clojure.test.check.properties
-
Positional factory function for class clojure.test.check.properties.ErrorResult.
function([error])
F
Returns a property, which is the combination of some generators and an assertion that should be true for all generated...
macro([bindings & body])
A function version of `for-all`. Takes a sequence of N generators and a function of N args, and returns a property tha...
function([args function])
M
Factory function for class clojure.test.check.properties.ErrorResult, taking a map of keywords to field values.
function([m__8001__auto__])