Skip to main content

exercise-fn

macrov1.9

cljs.spec.alpha/exercise-fn

(exercise-fn [sym] [sym n] [sym n fspec])
exercises the fn named by sym (a symbol) by applying it to n (default 10) generated samples of its args spec. When fspec is supplied its arg spec is used, and sym-or-f can be a fn. Returns a sequence of tuples of [args ret].

No examples yet. Be the first to add one!