Skip to main content

clojure.test.check.properties

-

  • ->ErrorResult

    Positional factory function for class clojure.test.check.properties.ErrorResult.

F

  • for-all

    Returns a property, which is the combination of some generators and an assertion that should be true for all generated...

  • for-all*

    A function version of `for-all`. Takes a sequence of N generators and a function of N args, and returns a property tha...

M

  • map->ErrorResult

    Factory function for class clojure.test.check.properties.ErrorResult, taking a map of keywords to field values.