simple-check.core documentation

not-falsey-or-exception?

fn

[value]

True if the value is not falsy or an exception

quick-check

fn

[num-tests property & {:keys [seed max-size], :or {max-size 200}}]

Tests property num-tests times.

Examples:

(def p (for-all [a gen/pos-int] (> (* a a) a)))
(quick-check 100 p)