Fork me on GitHub
#midje
<
2016-11-30
>
chrisblom10:11:10

(tc/quick-check 1000
                (prop/for-all [ [x y z :as  long-triple] (gen/vector gen/nat 3)]
                              ... )) => (comp #{true} :result)

chrisblom10:11:52

Thats what i'm using, it not ideal, but at least the seed and failing case are printed when it fails