Property-based testing library for Scala, generating test cases automatically.
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>scalacheck_2.8.1</artifactId>
<version>1.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and check a simple property that addition with zero is identity.
Use ScalaCheck 1.14+ for Scala 2.12/2.13 or Scala 3.
No dependency data recorded yet.