Difference between revisions of "Property Based Developer Testing"
From CitconWiki
Jump to navigationJump to searchLine 3: | Line 3: | ||
Proposed by [[Paul Holser]] | Proposed by [[Paul Holser]] | ||
− | https://github.com/pholser/junit-quickcheck/ | + | = Tooling: = |
+ | |||
+ | == Java == | ||
+ | * [https://github.com/pholser/junit-quickcheck/ junit-quickcheck] | ||
+ | * [https://bitbucket.org/blob79/quickcheck QuickCheck] | ||
+ | * [http://www.jcheck.org/ JCheck] | ||
+ | |||
+ | == Scala == | ||
+ | * [https://github.com/rickynils/scalacheck ScalaCheck] | ||
+ | |||
+ | == Python == | ||
+ | * [https://github.com/DRMacIver/hypothesis Hypothesis] | ||
+ | * [https://github.com/dbravender/qc qc] |