junit-quickcheck
Version: 0.7
Last Published: November 24, 2016
junit-quickcheck
Introduction
Download
Javadoc
Discuss
License
Use
Getting Started
Basic Types
Generating Values of Other Types
Configuring Generators
Constraining Generated Values
Generating Values of Complex Types
Sample Size
Seed
Shrinking
Background
History
Migrating from Theories
Similar Projects
Miscellaneous
Source Repository
Issue Tracking
Team
Dependency Management
Distribution Management
Plugin Management
Plugins
Reports
junit-quickcheck-core
junit-quickcheck-generators
junit-quickcheck-guava
Similar projects
QuickCheck
. This appears to be test framework-agnostic, focusing instead on generators of random values.
ScalaCheck
, if you wish to test Java or Scala code using Scala.
fj.test package of FunctionalJava (formerly Reductio)
JCheck
QuickTheories