junit-quickcheck
Version: 1.0
Last Published: November 21, 2020
junit-quickcheck
Introduction
Download
Javadoc
Discuss
License
Use
Getting Started
Basic Types
Generating Values of Other Types
Configuring Generators
Constraining Generated Values
Generating Null Values
Generating Values of Complex Types
Verification Modes
Seed
Shrinking
Contract Tests
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
jqwik
- Built on JUnit 5.
QuickTheories
QuickCheck
. This appears to be test framework-agnostic, focusing instead on generators of random values.
ScalaCheck
. For testing Java or Scala code using Scala.
[fj.test package of FunctionalJava (formerly Reductio)] (
http://functionaljava.org/
)
JCheck