[ aramo ]
[ ソース: test-check-clojure ]
パッケージ: libtest-check-clojure (0.9.0-4)
libtest-check-clojure に関するリンク
Trisquel の資源:
test-check-clojure ソースパッケージをダウンロード:
- [test-check-clojure_0.9.0-4.dsc]
- [test-check-clojure_0.9.0.orig.tar.xz]
- [test-check-clojure_0.9.0-4.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Clojure Maintainers (メールアーカイブ)
- Rob Browning
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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, allowing you to write concise, powerful tests.