test.check is a Clojure property-based testing tool inspired by QuickCheck. The core idea of test.check is that instead of enumerating expected input and output for unit tests, you write properties about your function that should hold true for all inputs. This lets you write concise, powerful tests.
CHANGELOG.markdown
0.9.0
, test.check requires Clojure >= 1.7.0
0.8.*
releases.[org.clojure/test.check "0.10.0"]
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.10.0</version>
</dependency>
[org.clojure/test.check "0.10.0"]
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.10.0</version>
</dependency>
If you'd like to try a SNAPSHOT version, add the sonatype repository to your project.
YourKit is kindly supporting test.check and other open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products:
Copyright © 2014 Rich Hickey, Reid Draper and contributors
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation? These fine people already did:
Reid Draper, Gary Fredericks, Mike Fikes, Sean Corfield, David Nolen, Alan Dipert, fredericksgary & Spiros EliopoulosEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close