[ 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.